wordpress-develop/src/wp-includes/rest-api/search
Timothy Jacobs c39f290124 REST API: Introduce search post format handler.
This allows for clients to search the used post formats via the /wp/v2/search endpoint by using a type=post-format query parameter.
Fixes #51459.
Props andraganescu, zieladam, noisysocks, TimothyBlynJacobs.


git-svn-id: https://develop.svn.wordpress.org/trunk@49132 602fd350-edb4-49c9-b593-d223f7449a82
2020-10-12 19:52:57 +00:00
..
class-wp-rest-post-format-search-handler.php REST API: Introduce search post format handler. 2020-10-12 19:52:57 +00:00
class-wp-rest-post-search-handler.php REST API: Use new rest_get_route_for_post() in the post search handler. 2020-07-07 15:29:22 +00:00
class-wp-rest-search-handler.php Docs: Add @since notes for the $id parameter of REST API search controller accepting a string. 2020-10-03 01:20:49 +00:00
class-wp-rest-term-search-handler.php REST API: Introduce search term handler. 2020-10-08 01:30:25 +00:00