Searches the object type content for a given search request.
(WP_REST_Request) (Required) Full REST request.
(array) Associative array containing an WP_REST_Search_Handler::RESULT_IDS
containing an array of found IDs and WP_REST_Search_Handler::RESULT_TOTAL
containing the total count for the matching search results.
File: wp-includes/rest-api/search/class-wp-rest-search-handler.php
abstract public function search_items( WP_REST_Request $request );
Version | Description |
---|---|
5.0.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_search_handler/search_items