Replies: 2 comments
-
I would also like to see this implemented, as it is a fairly standard feature, and the front end supports multiple tag searching. |
Beta Was this translation helpful? Give feedback.
0 replies
-
API does allow multiple tags (for images, haven't looked at anything else). Comma separated works, but it it uses a IN statement, so it is images that have TagA OR TagB, not images that have BOTH TagA AND TagB. Having the ability to do TagA AND tagB would be beneficial. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, it seems that the API does not support the ability to filter by multiple tags in a single request. I've tried various common conventions to send an array of tags (comma-separated, repeating the parameter, square brackets, etc.) but none seem to be supported.
Being able to filter by multiple tags in a single request would be really helpful and I'd love to hear if this is either already possible or if it could be implemented.
Thanks! :)
Beta Was this translation helpful? Give feedback.
All reactions