Title: Supasearch
Author: david.kane
Published: <strong>2016년 10월 17일</strong>
Last modified: 2016년 10월 31일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](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://ko.wordpress.org/plugins/supasearch/#description)
 * [평가](https://ko.wordpress.org/plugins/supasearch/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/supasearch/#installation)
 * [개발](https://ko.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

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

## 후기

![](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/) 2016년 12월 7일

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/browser/supasearch/)는, [SVN 저장소](https://plugins.svn.wordpress.org/supasearch/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/supasearch/)
을 [RSS](https://plugins.trac.wordpress.org/log/supasearch/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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년 전**
 *  활성화된 설치 **10보다 적음**
 *  워드프레스 버전 ** 4.0 또는 그 이상 **
 *  다음까지 시험됨: **4.6.30**
 *  언어
 * [English (US)](https://wordpress.org/plugins/supasearch/)
 * 태그:
 * [did you mean](https://ko.wordpress.org/plugins/tags/did-you-mean/)[search](https://ko.wordpress.org/plugins/tags/search/)
   [supadü](https://ko.wordpress.org/plugins/tags/supadu/)
 *  [고급 보기](https://ko.wordpress.org/plugins/supasearch/advanced/)

## 평점

 별 5점 만점에 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)

[모든  리뷰 보기](https://wordpress.org/support/plugin/supasearch/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/supasearch/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.supadu.com)