Our goal is to fetch documents of type "team" but exclude those tagged with "BOD" (Board of Directors) and "CM" (Company Management). We've attempted to use the prismic.filter.not method in our query, expecting it to filter out documents with these tags. However, the query still returns documents tagged with "BOD" and "CM".
but what if I'm using pagination ? filtering on client might not be a good approach, right ? because we may get fewer results compared to other pages , which can be a concern.
is this going to be fixed any time soon by any chance ?