Last modified: 2013-03-28 02:59:29 UTC
Filtering on message prefix is inadequate, there can be many dozens of messages with a given prefix. Can we have filtering on other fields? Specifically I'd like the ability to "live filter" on text "anywhere in the message or its title", so I can type a string in, and only messages with that text in the default, or the name, or the current version, are listed.
"filtering on other fields as well", rather.
Searching the content is a frequent use case. To find a message name, in the old system you went to Special:Allmessages and used your browser search. Now you have to go to Special:Allmessages, change the combobox to All, wait to reload the big page, search there, go to the next page... having a useless prefix search at the top. Having the backend perform the search would be much more efficient.
*** Bug 25350 has been marked as a duplicate of this bug. ***
*** Bug 24195 has been marked as a duplicate of this bug. ***
*** Bug 33770 has been marked as a duplicate of this bug. ***
Add proper search input to Special:Allmessages The prexif input on Special:Allmessages is useless 99% of the time and therefor extremely user unfriendly. Add a (additional?) proper search input instead. The results should be displayed like the prefix input. A lame workaround would be to link that input to Special:Search with the MediaWiki NS selected (Special:Search&profile=advanced&search=foo&fulltext=Search&ns8=1), but that would result non-messages pages like gadgets as well.
(In reply to comment #6) > A lame workaround would be to link that input to Special:Search with the > MediaWiki NS selected > (Special:Search&profile=advanced&search=foo&fulltext=Search&ns8=1), but that > would result non-messages pages like gadgets as well. In addition, messages that are not locally overwritten will probably not match in the search results either, because they are not wiki pages. The (default) interface messages are stored in the software, not on the wiki. As a work around for *that* one could use Special:Search on the MediaWiki namespace on translatewiki.net, because there all messages are on the wiki (it is where the messages are born, sort of :D)