• Resolved mrmocha

    (@mrmocha)


    Hello,

    The location and category filtering is working on my site, but the keyword search is not. It always returns no results. Do you know why this might be?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Our listing belongs to a WordPress Custom Post Type “Listings (acadp_listings)”. So, it uses the WordPress’ native WP_Query class https://developer.www.ads-software.com/reference/classes/wp_query/ to get the data from your database. When you enter some value in the “Keyword Field”, the value of this field will be passed the WP_Query search parameter “s” https://developer.www.ads-software.com/reference/classes/wp_query/#search-parameters

    Looks like some plugin (or theme itself) in your website is creating troubles when the “s” parameter is used with the WP_Query.

    Solution:

    Please try disabling your plugins one by one to find which one causes the issue. If you are able to identify the conflicting plugin, enable the plugin back and check if the plugin has any settings to disable this behavior. If the plugin doesn’t provide any settings, please report the plugin author mentioning this as a BUG.

    If the issue remains, even after disabling all your plugins, your theme should create the conflict. Please write to your theme author about this.

    I hope this helps you!

    Thanks

    Thread Starter mrmocha

    (@mrmocha)

    Hi @pluginsware,

    Thank you for your reply. I forgot that I had Relevanssi installed and I didn’t need it. Once I turned this off it all started working again perfectly.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Keyword search not working’ is closed to new replies.