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

Filter Images where multiple tags all exist #56

Open
pineyscripter opened this issue Aug 27, 2022 · 0 comments
Open

Filter Images where multiple tags all exist #56

pineyscripter opened this issue Aug 27, 2022 · 0 comments

Comments

@pineyscripter
Copy link

Is there a way to only get images that meet multiple tags / folders requirements

e.g. image1 has tags: 2008, birds and is in folder: FolderA
e.g. image2 has tags: 2009, birds and is in folder: FolderA
e.g. image3 has tags: 2008, plants and is in folder: FolderA
e.g. image4 has tags: 2008, birds and is in folder: FolderB
e.g. image5 has tags: 2009, birds and is in folder: FolderB
e.g. image6 has tags: 2008, plants and is in folder: FolderB

get images where hasTag: 2008 and hasTag: birds and isInFolder: FolderA
which would only get image1

get images where hasTag : 2008 and hasTag: birds
which would only get image1 and image4

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

No branches or pull requests

1 participant