Jump to content

Extension:SearchExtraNS/ko

From mediawiki.org
This page is a translated version of the page Extension:SearchExtraNS and the translation is 17% complete.
미디어위키 확장 기능 설명서
SearchExtraNS
출시 상태: 안정
구현 검색
설명 Searches extra specified namespaces if no direct match is found.
만든 이 Roland Unger, Hans Musil
호환성 정책 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible.
  • $wgSearchExtraNamespaces
Licence GNU General Public License 2.0 or later
다운로드
SearchExtraNS 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

SearchExtraNS is an extension to improve search results.

Called after a search has no match for the exact result, but before any case variant is tested, it tries to find a direct match in extra specified namespaces, that is the namespace mentioned as prefix of the keyword. A side-effect is that the advanced search will no longer restrict results to the namespaces you select, but will always be extended to such namespace too.

설치

  • 파일을 다운로드하고 SearchExtraNS 폴더를 extensions/ 디렉토리에 넣어 주세요.
    개발자와 코딩 기여자는 Git을 이용해 확장기능을 다운받는 것이 좋습니다.
    cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/SearchExtraNS
    
  • 아래의 코드를 LocalSettings.php 코드의 마지막에 추가합니다.
    wfLoadExtension( 'SearchExtraNS' );
    
  • Yes 완료 – 위키의 ‘Special:Version’에 이동해서, 확장기능이 올바르게 설치된 것을 확인합니다.