wordpress search exact phrase

wordpress search exact phrase

Rate this article

Share this article

Read wordpress search exact phrase for more information.

WordPress search exact phrase

When we search for a word or a phrase, all kinds of posts related to the keyword are shown up. This is the most commonly asked question about WordPress search. For instance, let’s take a term you might be looking for and search for ‘search exact phrase’. You end up with posts having the terms ‘search’ or ‘phrase’ or ‘exact’. But, if you want to see results with the search term ‘search exact phrase’, it is possible with a twist in the code.

wordpress search exact phrase

This can be achieved by altering the WordPress default query by following different techniques as:

  1.     the pre_get_posts
  2.     the query_posts
  3.     the SQL statement filters
  4.     the wp_the_query

Any of the above techniques can be used for WordPress Search Exact Phrase, but ‘pre_get_posts’ is the easiest way. Just by adding a hook ‘pre_get_posts’ in theme’s functions.php, you can alter the default query. Before the actual query is run, this hook should be called after the query variable object is created. This hook gives the programmer to access the query object by reference.

Code snippet Make code exact

There is a parameter called ‘exact’ which allows setting whether the search query should return results having exactly the searched terms or as set by default. To customize the search to work in exact mode (matching each word from the search terms), you must insert a customized code in your theme’s functions.php file.

Learn more about it by viewing the video:

YouTube video

For all your search needs, alternatively, you can use WP fastest site search plugin from WordPress plugin by Expertrec
  1. Install WP fastest site search plugin from WordPress plugin store.wordpress search not working
  2. Go to https://cse.expertrec.com/newuser?platform=wordpress.
  3. Enter your WordPress website URL and click on next->wordpress search not working
  4. The crawl will start in the background.wordpress search not working
  5. Login to your WordPress admin panel.
  6. In your left panel you must be able to see expertrec’s WordPress plugin, click on that. wordpress search not working

Add great search to your wordpress site at 9 USD per month

  1. Get your site ID (or) API key from your expertrec control panel ( here ).wordpress search not working
  2. Copy-paste your site id in your WordPress control panel and click on save changes.wordpress search not working
  3. Make sure you have upgraded to a paid plan before 15 days of free trial. (Price begins at 9 USD per month)
  4. That’s it! Your brand new WordPress search is up and running! Here are snapshots of the search form and the search results pages.
  5. Snapshot of your WordPress search autocomplete.wordpress search not working
  6. Snapshot of your WordPress search results page.wordpress search not working
  7. Snapshot of your WordPress search spelling error tolerance feature.wordpress search not working
  8. If the plugin method didn’t work, you can add the code from https://cse.expertrec.com/csedashboard/home/code and add it to your wordpress PHP code. Please note that you have to add separately the code <ci-search></ci-search> to a place where you want the search box to appear ( Tip!- Contact our support team to get this done). There might be a one-time fee for integration.
    <script>
    (function() {
    var id = 'your_api_key';
    var ci_search = document.createElement('script');
    ci_search.type = 'text/javascript';
    ci_search.async = true;
    ci_search.src = 'https://cse.expertrec.com/api/js/ci_common.js?id=' + id;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ci_search, s);
    })();
    </script>
    <ci-search></ci-search>

    wordpress search not working

Add great search to your wordpress site at 9 USD per month

YouTube video

Are you showing the right products, to the right shoppers, at the right time? Contact us to know more.
You may also like