https://bugzilla.wikimedia.org/show_bug.cgi?id=38785
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Implement support for |Implement support for |case-insensitive prefix |case-insensitive prefix |search for |search in |action=query&list=allpages |mediawiki.api.getCategories |API |ByPrefix --- Comment #5 from Krinkle <[email protected]> 2012-07-31 09:03:46 UTC --- Rephrasing bug to represent the original use case. Implementation could vary. Implementing case-insensitive prefix search in allpages would require a huge database index probably. Another solution would be to make mw.Api.getCategoriesByPrefix() make use of ApiOpenSearch (action=opensearch) which (if TitleKey is installed, which it is on Wikimedia) supports case-insensitive search. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
