You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: