https://bugzilla.wikimedia.org/show_bug.cgi?id=29370
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Brion Vibber <[email protected]> 2011-06-13 16:57:27 UTC --- Search suggestions via opensearch suggestion interface are by default case-sensitive, unless an extension has replaced the default raw database prefix lookup with a fancier one that's able to do case-insensitive lookups. For instance: * TitleKey extension adds a case-folded title index table and uses that * our Lucene thingy may have some sort of fancy mode The output you're seeing looks like what I'd expect from a base MediaWiki install. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
