rest-filter icon indicating copy to clipboard operation
rest-filter copied to clipboard

Restores the `filter` param to post enpdpoints.

Results 8 rest-filter issues
Sort by recently updated
recently updated
newest added

Does this plugin still work, it has seemed to break on my site.

Hey @kadamwhite, me again! Was struggling to get the plugin working (on WP 4.9.5; was installed, activated, but failing without any errors...). Then I happened upon @danielgcnett's comment on issue...

Any way the rest_query_vars filter can be added back. I am hampered by missing ability to add meta_key/value to filter.

Hi, I can't seem to filter my custom post type `resources` by custom taxonomies `resource_type` and `resource_theme` these fields are showing the response. `/wp-json/wp/v2/resources?_embed` Although I am unsure if I...

right now I am just getting the posts filtered by taxonomy name and term name but i tried to get the results filtered by term id it doesn't work I...

Can you add a composer.json file? [composer.txt](https://github.com/WP-API/rest-filter/files/639809/composer.txt)

The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin....

i have installed this plugin, how to using this plugin, i try like this `http://mysite/wp-json/wp/v2/posts?filter[slug]=hello-world`, and not working. thanks