MediaWiki-API-Hilfe
Dies ist eine automatisch generierte MediaWiki-API-Dokumentationsseite.
Dokumentation und Beispiele: https://www.mediawiki.org/wiki/API/de
list=search ⧼parentheses⧽
- Dieses Modul erfordert Leserechte.
- Dieses Modul kann als Generator verwendet werden.
- Quelle: MediaWiki
- Lizenz: GPL-2.0+
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⧼comma-separator⧽1⧼comma-separator⧽2⧼comma-separator⧽3⧼comma-separator⧽4⧼comma-separator⧽5⧼comma-separator⧽6⧼comma-separator⧽7⧼comma-separator⧽8⧼comma-separator⧽9⧼comma-separator⧽10⧼comma-separator⧽11⧼comma-separator⧽12⧼comma-separator⧽13⧼comma-separator⧽14⧼comma-separator⧽15
- 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⧼comma-separator⧽text⧼comma-separator⧽nearmatch
- srinfo
Welche Metadaten zurückgegeben werden sollen.
- Werte (mit | trennen oder Alternative): totalhits⧼comma-separator⧽suggestion⧼comma-separator⧽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.
- Werte (mit | trennen oder Alternative): size⧼comma-separator⧽wordcount⧼comma-separator⧽timestamp⧼comma-separator⧽snippet⧼comma-separator⧽titlesnippet⧼comma-separator⧽redirecttitle⧼comma-separator⧽redirectsnippet⧼comma-separator⧽sectiontitle⧼comma-separator⧽sectionsnippet⧼comma-separator⧽isfilematch⧼comma-separator⧽categorysnippet⧼comma-separator⧽score⧼comma-separator⧽hasrelated
- 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]