I have two collections in playload 3.79
- Creators
- Tags
The two collections have a many-to-many relationship, defined in the creators collection.
I've been trying to query for creators that have a given set of tags, and only a given set of tags (say IDs 1 and 6). When querying with a single ID I get a result but when querying with multiple IDs using an AND operator I get no results, despite knowing that there is at least one result I should be seeing.
Based on the docks I should be able to use the all operator but that only seems to produce errors.
Any guidance?