• Resolved joshkern

    (@joshkern)


    Currently, I have a live search field on the search results page.

    If I search “Rice”, I get lots of recipes with rice on the search results page. When I now use the live search field and type “Apples”, I get recipes with rice and apples. The apples query is added to the rice query: /?s=rice&_search_results_search=apples.

    Is it possible to use live search on the search results page but only deliver results for the live search query?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Karan

    (@kjswp)

    Hi @joshkern.

    SearchWP live search uses the default WordPress query with the ‘s’ parameter to find results. If you search for “apples” on a search page, it should replace the “rice” keyword and return results only for “apples” (/?s=apples).

    Based on the details you’ve shared, it seems that a custom query might be running on your site for live AJAX results in your search form. I recommend trying to disable other plugins and switch to a default theme, then test the search again to see if this resolves the issue.

    I hope this helps. If you have any questions or need further assistance then please let me know.

    Plugin Support Karan

    (@kjswp)

    Hi @joshkern ,

    We haven’t heard back from you in a while, so I’m going to go ahead and close this thread for now. But if you’d like us to assist further, please feel welcome to continue the conversation.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.