• Resolved palekgram

    (@palekgram)


    I added “tags” as the selected taxonomies on the plugin settings. So when I type “technology” on the search, a post with a tag “technology” appears.

    example.com/posts?search=technology

    But when I search “technology ” using this json rest api url, it returns an empty array:

    example.com/wp-json/wp/v2/posts?search=technology

    The only way the posts will appear is when I put “technology” somewhere in the title or in the content but I don’t want to put it in the content. How will my posts with tags appear in the results on the REST API when I search for that keyword?

    Is this is a bug in the plugin? I have the same post on wordpress stackexchange
    https://wordpress.stackexchange.com/questions/406068/include-results-with-tags-relevant-to-the-search-keyword-with-json-rest-api-v2

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘WP Extended search doesn’t work with REST API’ is closed to new replies.