Title: Supasearch
Author: david.kane
Published: <strong>अक्टोबर 17, 2016</strong>
Last modified: अक्टोबर 31, 2016

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

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

# Supasearch

 [david.kane](https://profiles.wordpress.org/davidkane/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/supasearch.0.2.0-beta.zip)

 * [विवरण](https://ne.wordpress.org/plugins/supasearch/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/supasearch/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/supasearch/#installation)
 * [विकास](https://ne.wordpress.org/plugins/supasearch/#developers)

 [सहायता](https://wordpress.org/support/plugin/supasearch/)

## विवरण

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.

## स्थापना

 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

## प्रश्नोत्तर

  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>' ); } ?> 
    ```

## समीक्षाहरू

![](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/) डिसेम्बर 7, 2016

The plugin removes the content.

 [ सबै 1 समीक्षा पढ्नुहोस् ](https://wordpress.org/support/plugin/supasearch/reviews/)

## योगदानकर्ता र डेभलपरहरू

“Supasearch” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका
छन्।

योगदानकर्ताहरू

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

[“Supasearch” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/supasearch)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/supasearch/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/supasearch/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/supasearch/) हेर्नुहोस्, वा 
[विकास लग](https://plugins.trac.wordpress.org/log/supasearch/) को सदस्यता लिनुहोस्।

## चेन्जलग

#### 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.

## मेटा

 *  संस्करण **0.2.0-beta**
 *  पछिल्लो अपडेट **10 वर्ष अघि**
 *  सक्रिय स्थापना **१० भन्दा कम**
 *  वर्डप्रेस संस्करण ** 4.0 वा उच्च **
 *  जाँच गरिएको **4.6.30**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/supasearch/)
 * ट्यागहरू
 * [did you mean](https://ne.wordpress.org/plugins/tags/did-you-mean/)[search](https://ne.wordpress.org/plugins/tags/search/)
   [supadü](https://ne.wordpress.org/plugins/tags/supadu/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/supasearch/advanced/)

## रेटिङ्गहरू

 ५ मा 1 तारा।

 *  [  0 5-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=5)
 *  [  0 4-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=4)
 *  [  0 3-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=3)
 *  [  0 2-तारा समीक्षाहरू     ](https://wordpress.org/support/plugin/supasearch/reviews/?filter=2)
 *  [  1 1-तारा समीक्षा     ](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/)

## योगदानकर्ताहरू

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

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/supasearch/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](http://www.supadu.com)