MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=search (sr)
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0-or-later
Perform a full text search.
- 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, 102, 103
- Um alle Werte anzugeben, verwende *.
- Standard: 0
- srlimit
- Wie viele Seiten insgesamt zurückgegeben werden sollen. 
- Nicht mehr als 500 (5.000 für Bots) erlaubt.
- Typ: Ganzzahl oder max
- 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: title, text, nearmatch
- srinfo
- Welche Metadaten zurückgegeben werden sollen. 
- Werte (mit | trennen oder Alternative): totalhits, suggestion, rewrittenquery
- 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. Ignored.
- hasrelated
- Veraltet. Ignored.
- extensiondata
- Ergänzt zusätzliche von Erweiterungen erzeugte Daten.
 
- Werte (mit | trennen oder Alternative): size, wordcount, timestamp, snippet, titlesnippet, redirecttitle, redirectsnippet, sectiontitle, sectionsnippet, isfilematch, categorysnippet, score, hasrelated, extensiondata
- Standard: size|wordcount|timestamp|snippet
- srinterwiki
- Include interwiki results in the search, if available. 
- Typ: boolesch (Einzelheiten)
- 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. 
- Typ: boolesch (Einzelheiten)
- 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]