Search Results before Query is Submitted

Forums Forums Search & Filter Pro Search Results before Query is Submitted

Viewing 2 posts – 1 through 2 (of 2 total)
  • Anonymous
    #273756

    Hi Trevor,

    Hope you’re well.

    Is it possible to change or remove the search results when no query has been submitted?
    https://kochgallery.com/search-filter-test-page/

    We’d still like to keep the alphabetical order for search results in general, so we can’t use that avenue, but my client is wondering if we are either able to show something else on page load or remove those items altogether (until a search query is submitted).

    Thanks,
    Joanna

    Trevor
    #273770

    Yes, you would need to edit the results.php file, as indicated here (changing the ID shown to match that of your form):

    global $searchandfilter;
    $sf_current_query = $searchandfilter->get(6745)->current_query();
    if ((!$sf_current_query->is_filtered())&&($sf_current_query->get_search_term()=="")) {
      echo '<div>Nothing to see here folks!</div>'; 
    } else {
      // the current resuts.php code here (ALL the code from the if ( $query->have_posts() ) line and onwards)
    }
Viewing 2 posts – 1 through 2 (of 2 total)

Search & Filter Support
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

We also use cookies to store items in your cart as well as allowing your to login on the site.

You can adjust all of your cookie settings by navigating the tabs on the left hand side.

By continuing to use this site, you also agree to our Privacy Policy.