factor1 / better-rest-endpoints

A WordPress plugin that serves up slimmer WP Rest API endpoints.
https://wordpress.org/plugins/better-rest-endpoints/
GNU General Public License v3.0
67 stars 25 forks source link

support exclude_tag and exclude_category for /search and /posts #44

Open JulianKingman opened 5 years ago

JulianKingman commented 5 years ago

It would be great if I could filter out specific categories or tags. Seems like 'category__not_in' and 'tag__not_in' would do the trick.

JulianKingman commented 5 years ago

@erwstout any chance you can merge the PR? It's about 8 lines of code changed, should be pretty easy to review/approve ;)