Hi, I'm trying to filter entries based on taxonomy. Like this:
/api/collections/articles/entries?filter[taxonomy:categories]=category-slug
And like this..
/api/collections/articles/entries?filter[taxonomy:categories]=categories::category-slug
But it's not working. Am I doing it wrong?