https://bugzilla.wikimedia.org/show_bug.cgi?id=31697
Brion Vibber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |32376 --- Comment #10 from Brion Vibber <[email protected]> 2011-11-22 18:53:09 UTC --- Nothing obvious about gendered-namespace support in MWSearch extension; the logic implementing the aliases might be in the lucene backend... This may actually be a side-effect of bug 32376. The XML export data that the search indexer is building from will have "undefined" namespaces like 'Usuaria:' (etc) in the export, which will be unrecognized and end up getting interpreted as ns 0. This is why on es.wikipedia.org search for 'Usuar' turns up things in 'Usuaria:' and 'Usuario Discusión:' (different from the stock 'Usuario' and 'Usuario discusión') but not 'Usuario:' since they do get interpreted correctly. -- 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
