Title: Supasearch
Author: david.kane
Published: <strong>October 17, 2016</strong>
Last modified: October 31, 2016

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/supasearch.svg)

# Supasearch

 By [david.kane](https://profiles.wordpress.org/davidkane/)

[Download](https://downloads.wordpress.org/plugin/supasearch.0.2.0-beta.zip)

 * [Details](https://wordpress.org/plugins/supasearch/#description)
 * [Reviews](https://wordpress.org/plugins/supasearch/#reviews)
 *  [Installation](https://wordpress.org/plugins/supasearch/#installation)
 * [Development](https://wordpress.org/plugins/supasearch/#developers)

 [Support](https://wordpress.org/support/plugin/supasearch/)

## Description

Supasearch enhances the default WordPress search.

The [Supasearch plugin](http://www.supadu.com/supasearch/) allows users to quickly
and easily enhance the default search provided by WordPress. Just install and activate
this plugin to have an immediately improved site search.

**Features include:**

 * **Misspellings.** If no results are found for a search term the plugin which 
   check if the word is misspelt and provide results for the corrected word.
 * **Did you mean?.** If no results are found the plugin will offer a similar alternative
   for the user to search against.

## Installation

 1. Upload `supasearch` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php if( class_exists( 'Supasearch_Public' ) ) { Supasearch_Public::misspelling(
    get_search_query(), 'Showing results for <span>', '</span>' ); } ?>` in your search
    results template
 4. Place `<?php if( class_exists( 'Supasearch_Public' ) ) { Supasearch_Public::did_you_mean(
    get_search_query(), 'Did you mean: <span>', '</span>' ); } ?>` in your search results
    template “Nothing Found” section

## FAQ

  How to I display the misspelling feature in my theme?

Place the following code in your search results template, typically the `search.
php` file within your theme:

    ```
    <?php if( class_exists( 'Supasearch_Public' ) ) { Supasearch_Public::misspelling( get_search_query(), 'Showing results for <span>', '</span>' ); } ?> 
    ```

  What about foo bar?

Place the following code in your template which renders when nothing is found, typically
the `template-parts/content-none.php` file within your theme:

    ```
    <?php if( class_exists( 'Supasearch_Public' ) ) { Supasearch_Public::did_you_mean( get_search_query(), 'Did you mean: <span>', '</span>' ); } ?> 
    ```

## Reviews

![](https://secure.gravatar.com/avatar/bc800832e6b7173cd4651b1c2c7a4cf61ff4900b4968c0c9469d527e192fb7d2?
s=60&d=retro&r=g)

### 󠀁[Not working, no service](https://wordpress.org/support/topic/not-working-no-service/)󠁿

 [Tremer](https://profiles.wordpress.org/tremer/) December 7, 2016

The plugin removes the content.

 [ Read all 1 review ](https://wordpress.org/support/plugin/supasearch/reviews/)

## Contributors & Developers

“Supasearch” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ david.kane ](https://profiles.wordpress.org/davidkane/)

[Translate “Supasearch” into your language.](https://translate.wordpress.org/projects/wp-plugins/supasearch)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/supasearch/), check
out the [SVN repository](https://plugins.svn.wordpress.org/supasearch/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/supasearch/) by 
[RSS](https://plugins.trac.wordpress.org/log/supasearch/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.2.0-beta

Release Date: October 31, 2016

 * Correction logic update to use previous popular queries.
 * Settings added to control accuracy previous popular queries.

#### 0.1.0-beta

Release Date: October 17, 2016

 * Beta release featuring misspellings and did you mean suggestions to enhance the
   default WordPress search.

## Meta

 *  Version **0.2.0-beta**
 *  Last updated **10 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.6.30**
 * Tags
 * [did you mean](https://wordpress.org/plugins/tags/did-you-mean/)[search](https://wordpress.org/plugins/tags/search/)
   [supadü](https://wordpress.org/plugins/tags/supadu/)
 *  [Advanced View](https://wordpress.org/plugins/supasearch/advanced/)

## Ratings

 1 out of 5 stars.

 *  [  0 5-star reviews     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=2)
 *  [  1 1-star review     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/supasearch/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/supasearch/reviews/)

## Contributors

 *   [ david.kane ](https://profiles.wordpress.org/davidkane/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/supasearch/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://www.supadu.com)