Jump to content

Extension:AdvancedSearch/ko

From mediawiki.org
This page is a translated version of the page Extension:AdvancedSearch and the translation is 7% complete.
There was an extension with the same name that was unmaintained and never ready for use in a production environment and was archived in 2013. Archived extension.
미디어위키 확장 기능 설명서
AdvancedSearch
출시 상태: 안정
구현 사용자 인터페이스, 검색
설명 Creating an improved advanced search interface for MediaWiki and aiming for a user friendly integration of search keywords.
만든 이 Wikimedia Germany (WMDE)
최신 버전 continuous updates
호환성 정책 스냅샷은 미디어위키와 함께 릴리스됩니다. Master is not backward compatible.
MediaWiki 1.35+
데이터베이스 변경 아니오
  • $wgAdvancedSearchEnabledSortMethods
  • $wgAdvancedSearchNamespacePresets
  • $wgAdvancedSearchDeepcatEnabled
Licence GNU General Public License 2.0 or later
다운로드
도움말 Help:Extension:AdvancedSearch/ko
AdvancedSearch 확장 기능 번역 (translatewiki.net에서 가능한 경우)
이슈 미해결 작업 · 버그 보고

The AdvancedSearch extension enhances Special:Search by providing an advanced parameters form and improving how namespaces for a search query are selected.

설치

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

Configuration

The configuration options of AdvancedSearch are documented in the file docs/settings.md.

Adding more search fields

You can create your own Extensions and/or Gadgets that add custom fields to the field list.

In the source code repository, you can find a code example for adding a new keyword and detailed API documentation on the extension point.