I've been trying to fetch items that doesn't have a particular tag associated. Anyone ever done anything like that, is it possible at all using existing api?
Whenever I try to use something like filter=tags.name!=some-name
I get a 400 error response with this message:
Please use EQUALS(=) with filter tags. Cannot search with other operations.
Also tried to filter using find=tags.name!=some-name
but got a 500 Internal Server Error response.