https://bugzilla.wikimedia.org/show_bug.cgi?id=29161
Robert Stojnic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Robert Stojnic <[email protected]> 2011-05-27 09:42:16 UTC --- I've tested one simple implementation briefly. In this implementation if you start typing Par.. it would try to match it with any word in the title (not only the starting one). The problem with this is that there are many such articles (many more than starting with Par..) and they in fact in most cases obscure the ones you really want. Or to be more technical, this would give you larger recall, but for a cost of much smaller precision. One solution might be that if the search suggest doesn't find the word you typed as the first one (e.g. no articles starting with Participatory) then it would start to look at other words as well. -- 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
