Support » Plugin: Relevanssi - A Better Search » Compatibility with Ultimate WP Query Search Filter

  • Resolved anthemakos

    (@anthemakos)


    Not an issue – rather knowledge base

    I use both Relevanssi and Ultimate WP Query Search Filter.
    It looks like they don’t work together ( when using the search form) because Relevanssi filters the wp_query .

    To make it work add inside the relevanssi_query() function on search.php file a statement
    //
    if (isset($_GET[‘uformid’])) return $posts;
    //
    before the relevanssi_modify_wp_query filter.

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

    (@msaari)

    As far as I can tell, there really isn’t much point in ever running both plugins at the same time, so it seems to me the better solution is to just deactivate one of the plugins.

    Do note that Ultimate WP Query Search Filter hasn’t been updated in two years. If you want something that can build faceted searches, FacetWP and Search & Filter are in active development and both support Relevanssi.

Viewing 1 replies (of 1 total)
  • The topic ‘Compatibility with Ultimate WP Query Search Filter’ is closed to new replies.