https://bugzilla.wikimedia.org/show_bug.cgi?id=38785
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low CC| |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|JavaScript |API Summary|Make category suggestions |Implement support for |by upload wizard case |case-insensitive prefix |insensitive |search for | |action=query&list=allpages | |API Severity|normal |enhancement --- Comment #4 from Krinkle <[email protected]> 2012-07-31 09:01:57 UTC --- The mediawiki.api module is just a convenience wrapper in javascript around jQuery.ajax and the server-side api.php. Features such as case-insensitive search require much deeper integration: * (massive) Database indexes for searching * then (easy) support in the api.php module for allpages/prefix mediawiki.api.category would transparently start working (or if needed, pass a simple parameter to trigger it) -- 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
