• yammy

    (@yammy)


    Hello!
    My search results pick the query parameter ‘s’ from url and display the results with a Repeater.

    Without your plugin, the results works. But with your plugin, after indexing everything, nothing at all returns from the search result. The Oxygen Builder now uses json instead of shortcodes, if that matters.
    I’m looking for adding the pages content to the search, in addition to the regular posts content. Could you please confirm if this plugin does not work with Oxygen builder?

    If it does not work, please tell me how to clear the index generated by the plugin, from the database.
    thanks

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

    (@msaari)

    Relevanssi has built-in Oxygen compatibility and works with the JSON versions. I don’t get many complaints from Oxygen users, so it sounds like this problem is more likely about your specific setup than Oxygen in general.

    First, check that the indexing is correct. There are two ways to check. You can try searching with the Relevanssi admin search (Dashboard > Admin search) and see if that returns the correct results. You can also inspect your posts with the Relevanssi debugger (Settings > Relevanssi > Debugging) to see if the correct content is indexed.

    If the indexing is fine, then the problem may be in how the results are presented. I don’t know what a Repeater is. Does it take the posts from the global $wp_query, or does it run a separate query? If it runs a new query, that query should be set up to use Relevanssi by setting the relevanssi query parameter to true.

    If you want to remove Relevanssi, just uninstall it from the WordPress plugins menu. Relevanssi is a good citizen and will remove all its database tables and options from your site when uninstalled.

    Thread Starter yammy

    (@yammy)

    The repeater loops the wp query. Oxygen has an option to use advanced query, where we have a visual tool to add query parameters and conditions, such as order, order by, filter by search param and so on…

    I installed again, reindexed, enabled to look in the CPT, and still, when I search with the plugin enabled, nothing shows in frontend using the same query that shows results without the plugin.

    The admin search works, but not the frontend.

    • This reply was modified 2 months, 3 weeks ago by yammy.
    Plugin Author Mikko Saari

    (@msaari)

    The query would need the relevanssi parameter set to true to use Relevanssi. If you can’t set the parameter from the Oxygen options, you should ask Oxygen support to see if there’s a filter hook you can use. If not, this is something Oxygen needs to fix if they want to provide support for Relevanssi.

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