• I am aiming to replace our current search system (woo advanced search) with Relevanssi. I setup the settings, ran the index & it indexed all products. Looked great. But when I search I get no results. I do get results in the backend when I search with that setting on…. so something is working but not working… I am using WC product tables to display results maybe that is it?

    https://wcproducttable.com/

    Let me know. I was told this is a fast search & fast I need as I have 30k products and right now nothing is delivering quick returns despite an expensive & massive server upgrade its still taking 9 seconds to return results with advanced woo

    Help!

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Mikko Saari

    (@msaari)

    Yes, your problem is probably caused by WC Product Table, not Divi. Unfortunately, I don’t have any access to that plugin, so I have no means to test it. I would recommend contacting the WCPT authors and telling them you’d like the plugin to be compatible with Relevanssi. I’m sure that’s possible; they seem to be interested in making their product compatible with other plugins and they do support other search plugins.

    If speed is important, Relevanssi Light is great; it should install easy and deliver results much faster than the default WP search. It’s also more compatible with other plugins, as it changes very little and does the changes closer to the search core.

    Thread Starter idigmarketing

    (@idigmarketing)

    So I disabled the table plugin for search results but I still get no results found… any ideas? https://sbsimpson.com/?s=drill+bits&et_pb_searchform_submit=et_search_proccess&et_pb_include_posts=yes&et_pb_include_pages=yes

    Thread Starter idigmarketing

    (@idigmarketing)

    This is where I setup the search form to run tests from –
    https://sbsimpson.com/relevannssi-test/

    wc product tables is disabled for search results but its still giving me no results

    Plugin Author Mikko Saari

    (@msaari)

    That’s Divi. See that et_pb_include_posts=yes&et_pb_include_pages=yes in the search results page URL? That means Divi is set to only return posts and pages.

    Once I remove that, we get results: https://sbsimpson.com/?s=drill+bits

    These need to be removed from your search form:

    <input type="hidden" name="et_pb_include_posts" value="yes">
    <input type="hidden" name="et_pb_include_pages" value="yes">

    I don’t know how you do that in Divi. You can try setting the “Exclude posts” and “Exclude pages” settings in the Divi builder for the search element. Divi support or forums can help you out here better than I can.

    Thread Starter idigmarketing

    (@idigmarketing)

    Ooooh I see!! one thing that just got me very very excited is it returned the search results (albeit messed up) FAST!! Much faster than Advanced Woo Search was doing… So hopefully that remains the case when I get this working properly within divi… I enabled the exlcude posts / exclude pages and still no results and the URL looks like this now – https://sbsimpson.com/?s=drill+bits&et_pb_searchform_submit=et_search_proccess

    So it did remove some of the stuff… but not getting results still.

    I read in your documentation the free version works with divi but I will need to buy the pro version anyways as I need the categories to display.. should I update to Pro and see how that goes with the function you guys have in documentation? would that get it to work do you think? Or should I check with Divi support first?

    Thread Starter idigmarketing

    (@idigmarketing)

    I have left Divi support a message as well to see if they have insights… do you think I should buy & install pro and use this function do you think that would get it working?

    add_filter( ‘et_builder_plugin_compat_path_relevanssi-premium’, function() { return ET_BUILDER_DIR . “plugin-compat/relevanssi.php”; } );

    https://www.relevanssi.com/knowledge-base/divi-page-builder-and-cleaner-excerpts/

    Plugin Author Mikko Saari

    (@msaari)

    Looks like you should also get rid of this:

    <input type="hidden" name="et_pb_searchform_submit" value="et_search_proccess">

    I don’t know what it does, but the search returns results without it.

    The code snippet you’re referring to is only required for Relevanssi Premium. Divi comes with built-in support for free Relevanssi. So installing Premium would only get you into more trouble here =D

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘No results in divi’ is closed to new replies.