MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
list=search (sr)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0-or-later
Führt eine Volltextsuche aus.
- srsearch
Search for page titles or content matching this value. You can use the search string to invoke special search features, depending on what the wiki's search backend implements.
- Dieser Parameter ist erforderlich.
- srnamespace
Search only within these namespaces.
- Werte (mit | trennen oder Alternative): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 100, 101
- Um alle Werte anzugeben, verwende *.
- Standard: 0
- srlimit
Wie viele Seiten insgesamt zurückgegeben werden sollen.
- Typ: Ganzzahl oder max
- Der Wert muss zwischen 1 und 500 sein.
- Standard: 10
- sroffset
Falls weitere Ergebnisse verfügbar sind, dies zum Fortfahren verwenden.
- Typ: Ganzzahl
- Standard: 0
- srwhat
Welcher Suchtyp ausgeführt werden soll.
- Einer der folgenden Werte: nearmatch, text, title
- srinfo
Welche Metadaten zurückgegeben werden sollen.
- Werte (mit | trennen oder Alternative): rewrittenquery, suggestion, totalhits
- Standard: totalhits|suggestion|rewrittenquery
- srprop
Eigenschaften zur Rückgabe:
- size
- Adds the size of the page in bytes.
- wordcount
- Ergänzt den Wortzähler der Seite.
- timestamp
- Adds the timestamp of when the page was last edited.
- snippet
- Adds a parsed snippet of the page.
- titlesnippet
- Adds a parsed snippet of the page title.
- redirecttitle
- Adds the title of the matching redirect.
- redirectsnippet
- Adds a parsed snippet of the redirect title.
- sectiontitle
- Adds the title of the matching section.
- sectionsnippet
- Adds a parsed snippet of the matching section title.
- isfilematch
- Adds a boolean indicating if the search matched file content.
- categorysnippet
- Adds a parsed snippet of the matching category.
- score
- Veraltet. Ignoriert.
- hasrelated
- Veraltet. Ignoriert.
- extensiondata
- Ergänzt zusätzliche von Erweiterungen erzeugte Daten.
- Werte (mit | trennen oder Alternative): categorysnippet, extensiondata, isfilematch, redirectsnippet, redirecttitle, sectionsnippet, sectiontitle, size, snippet, timestamp, titlesnippet, wordcount, hasrelated, score
- Standard: size|wordcount|timestamp|snippet
- srinterwiki
Include interwiki results in the search, if available.
- Type: boolean (details)
- srenablerewrites
Enable internal query rewriting. Some search backends can rewrite the query into another which is thought to provide better results, for instance by correcting spelling errors.
- Type: boolean (details)
- srsort
Legt die Sortierreihenfolge der zurückgegebenen Ergebnisse fest.
- Einer der folgenden Werte: relevance
- Standard: relevance
- Nach meaning suchen.
- api.php?action=query&list=search&srsearch=meaning [in Spielwiese öffnen]
- Texte nach meaning durchsuchen.
- api.php?action=query&list=search&srwhat=text&srsearch=meaning [in Spielwiese öffnen]
- Get page info about the pages returned for a search for meaning.
- api.php?action=query&generator=search&gsrsearch=meaning&prop=info [in Spielwiese öffnen]