WP Extended Search does not work with REST by default since version 2.0.2 This is to achieve maximum compatibility with WordPress and other plugin/themes.
To enable the support, pass wpessid in REST request with ID (for specific search setting) or without ID (for global search setting).
e.g. /wp-json/wp/v2/posts?search=technology&wpessid
or /wp-json/wp/v2/posts?search=technology&wpessid=10
PS:- I am the author of this plugin. To keep things organized I suggest do not post plugin/theme support questions here. Use relevant support forum to ask plugin/theme related question.
Related Posts:
- WP Rest API v2 return posts with specific tag
- Making a list of post tags in string
- Related Tags Concept
- How to add additional search terms (e.g. synonyms) to the search?
- Search by keywords with boolean operators
- Redirect All Search Links Containing – to + on WordPress
- Generate list of tags from search results
- Search posts by Tag
- Strip HTML Tags From Search Results
- Displaying a list of tags in my archives page
- How to track searches using the REST API?
- Return All Tags from Search Result in Separate List
- REST API: Search products only in the names
- Redirect wordpress search query if its a tag
- WordPress REST API Search decoded URL with cyrillyc symbols
- WordPress Search by tags
- pulling in external JSON search results into WordPress
- WordPress search post using unicode
- getting posts by tags
- How might I go about using the API to search for a user by email, but ensuring that it is an exact match?
- How to display articles based on composed tag
- Make search result returned only from tags! [duplicate]
- Search and replace titles of posts with specific tags
- Search with multiple selects that include tags
- Custom Taxonomy in custom REST API search
- Need help to be able to searching by tag and title
- WordPress REST API response – not returning results from custom taxonomy, only from title
- search filter for search and tag page doesn’t work
- Consistent and Admissible Heuristics
- Solr vs. ElasticSearch
- How do you make Vim unhighlight what you searched for?
- grep for special characters in Unix
- Search is always exact [closed]
- how to limit search to post titles?
- How to create live autofill search?
- How can I implement a location based (zip code) search in WordPress?
- How to highlight search terms without plugin
- How do I remove Pages from search?
- WP Rest API: details of latest post including featured media url in one request?
- Empty search returns home page, how to return not found search page?
- How to search for (partial match) display names of WordPress users?
- How to make search include data from wp_postmeta?
- How does WordPress search work behind the scenes?
- Remove some pages from search
- Building a custom REST API
- Limit search to latin characters
- How to look at code in WordPress repositories without downloading?
- Extend WordPress search to include user search
- Display search results within the same page
- Empty search input returns all posts
- WP REST API only returning partial list of users
- How can i move search results onto a specific page?
- WP JSON REST API (Ryan McCue) how to query posts with specific meta data with ‘AND’ relation?
- Remove meta robots tag from wp_head
- Fetch All Posts (Including Those Using a Custom Post Type) With WordPress API
- WordPress blog with 30 000 posts: poor search performance
- Template issues getting ajax search results
- Exclude Specific Term from Search
- Insert DIV container below 1st search result
- Unified search across separate WordPress installations
- Search in WordPress – Difference of searchpage.php, searchform.php and search.php?
- Get Image URL instead of Attachment Id in Rest API
- How to make WordPress search prioritise page titles?
- How to add the author search in the default wordpress search?
- How do I create a user using the new JSON api in 4.7?
- How do I filter the search results order?
- How to insert a span inside a search form?
- How do I redirect /search/ to wordpress search template?
- How to search for users based on added user metadata
- Search by Post ID and display content of the post in search result
- Extending search query with additional $sentence value
- Link to search page without search parameter
- Search/Replace for editor in HTML-mode
- How do I search events between two set dates inside WP?
- Search only blog posts (default WP search widget)
- Exclude pages from WordPress search result page
- How to pass a search $_GET parameter to a new custom search page?
- Do I need to sanitize WordPress search query?
- Disable Redirect to Product Page on Search Results Page in WooCommerce [closed]
- WP Rest API v2 filter and display latest post with specific tag
- Search Using Post ID
- WordPress Rest API: How do we validate with our custom API key?
- Include custom post meta value in fetched JSON
- Neither the_excerpt() nor the_content() works properly?
- Let user change posts per page
- How to loop through JSON data in wordpress WP REST API
- WP User Query with search columns and meta query
- Exclude top-level pages from search results
- WordPress 3.6, searchform.php problems
- Search in non-English language returns only one result
- Complex Search functionality. Advice needed
- How to search for categories and/or tags?
- Get user role by using user_id in buddypress
- How to use next_post_link and previous_post_link on single posts in search results
- Why is there a class=”screen-reader-text” on my search button?
- Sticky posts on home page, search, tag and archives without plugin
- template_include for search.php makes WordPress think its on the home page
- Turning Broken URLs Into Search Terms?
- authentication issue with rest api – rest_cannot_create
- WordPress REST API – JSON “Rendered” Content Incorrect