MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=prefixsearch (ps)
- Este módulo requiere permisos de lectura.
- Este módulo puede utilizarse como un generador.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Perform a prefix search for page titles.
Despite the similarity in names, this module is not intended to be equivalent to Special:PrefixIndex; for that, see action=query&list=allpages with the apprefix parameter. The purpose of this module is similar to action=opensearch: to take user input and provide the best-matching titles. Depending on the search engine backend, this might include typo correction, redirect avoidance, or other heuristics.
Parámetros:
- pssearch
Buscar cadena.
- Este parámetro es obligatorio.
- psnamespace
Espacio de nombres que buscar.
- Valores (separados por |): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15
- Predeterminado: 0
- pslimit
Número máximo de resultados que devolver.
- No se permite más de 500 (5000 para los bots).
- Tipo: entero o max
- Predeterminado: 10
- psoffset
Cuando haya más resultados disponibles, utiliza esto para continuar.
- Tipo: entero
- Predeterminado: 0
Ejemplo:
- Buscar títulos de páginas que empiecen con meaning.
- api.php?action=query&list=prefixsearch&pssearch=meaning [open in sandbox]