For usability, the tag filter input box should suggest tags, like the Wikipedia search suggests articles.
See Also:
For usability, the tag filter input box should suggest tags, like the Wikipedia search suggests articles.
See Also:
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +64 -0 | Add autocompletion for tag filters |
Update in light of T27909#1085035 :
Autocompletion could be based on the cached list of tags sorted by tag usage statistics. On selecting the tag input, the most used tags would be displayed first, then typing would narrow down the list based on the autocompletion method used (maybe the same as the one for searching, or a more simple one).
Change 175938 had a related patch set uploaded (by Gerrit Patch Uploader):
Add autocompletion for tag filters