මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
list=prefixsearch (ps)
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- මෙම ආකෘතිය උත්පාදකයක් ලෙස භාවිතා කල හැක.
- Source: MediaWiki
- License: 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.
පරාමිතීන්:
- pssearch
Search string.
- මෙම පරාමිතිය අවශ්යයි.
- psnamespace
Namespaces to search.
- වටිනාකම් ("|" සමග වෙන් කරන්න): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
- Default: 0
- pslimit
Maximum number of results to return.
- 100 කට වැඩ අනුමත කරන්නේ නැත (200 බොට්ස් සදහාය).
- Type: integer or max
- Default: 10
- psoffset
Number of results to skip.
- Type: integer
- Default: 0
උදාහරණය:
- Search for page titles beginning with meaning.
- api.php?action=query&list=prefixsearch&pssearch=meaning [open in sandbox]