Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The negate field doesn't get used, which means you cant exclude tags (#…
…3713) e.g. This allows you to `/api/posts?sort=-createdAt&filter[tag]=14` to include tag 14 and `/api/posts?sort=-createdAt&filter[tag]=-14` to exclude tag 14
- Loading branch information