Jump to content

Extension:AdvancedSearch/pl

From mediawiki.org
This page is a translated version of the page Extension:AdvancedSearch and the translation is 13% 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.
Podręcznik rozszerzeń MediaWiki
AdvancedSearch
Status wydania: stabilne
Realizacja Interfejs użytkownika, Wyszukiwanie
Opis Creating an improved advanced search interface for MediaWiki and aiming for a user friendly integration of search keywords.
Autor(zy) Wikimedia Germany (WMDE)
Ostatnia wersja continuous updates
Polityka zgodności Snapshots releases along with MediaWiki. Master nie jest kompatybilny wstecznie.
MediaWiki 1.35+
Zmiany w bazie danych Nie
Licencja Licencja GNU General Public License 2.0 lub nowsza
Pobieranie
Pomoc Help:Extension:AdvancedSearch/pl
  • $wgAdvancedSearchDeepcatEnabled
  • $wgAdvancedSearchNamespacePresets
Quarterly downloads 71 (Ranked 69th)
Public wikis using 887 (Ranked 288th)
Przetłumacz rozszerzenie AdvancedSearch jeżeli jest dostępne na translatewiki.net
Problemy Otwarte zadania · Zgłoś błąd

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

Instalacja

  • Pobierz i umieść plik(i) w katalogu o nazwie AdvancedSearch w folderze extensions/.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AdvancedSearch
  • Dodaj poniższy kod na dole twojego pliku LocalSettings.php :
    wfLoadExtension( 'AdvancedSearch' );
    
  • Yes Zrobione – Przejdź do Special:Version na twojej wiki, aby sprawdzić czy rozszerzenie zostało pomyślnie zainstalowane.

Konfiguracja

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.