Bryan Tong Minh schreef:
On Thu, Jun 26, 2008 at 8:36 PM, Andrew Nagy andrew.nagy@villanova.edu wrote:
Is there any way I could do this now? If not, any chance this might get included into the mediawiki api in the future?
No. MediaWiki does not support searching by semantic user data and is unlikely to do so in the near future on Wikimedia installations. You might want to check something with categories though, or a real search using list=search.
Since you know the page title starts with Michael Jackson, you could also do:
api.php?action=query&list=allpages&apprefix=Michael_Jackson
Which will list all pages whose title starts with "Michael Jackson" (just like [[Special:Prefixindex/Michael_Jackson]] does).
Roan Kattouw (Catrope)