Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added suggests/implies named tokens for tag search #591

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

JaydenGrubb1
Copy link

Added the ability to search for tags by the tags they imply or suggest.

image

Also added the inverse, i.e., searching for tags by the tags they are implied by or suggested by. This is mostly only useful when combining queries.

image

I’ve been using these for a while, maybe someone else finds them useful as well.

Add new named filters:
- suggests:     find tags that suggest the search criteria
- suggested-by: find tags that are suggested by the search criteria
- implies:      find tags that imply the search criteria
- implied-by:   find tags that are implied by the search criteria
Add unit tests for named filters added in ca8e331
Add help entries for named filters added in ca8e331
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant