Currently the widget searches for categories using only action=opensearch that is:
api.get( { action: 'opensearch', namespace: catNsId, limit: this.limit, search: input } )
More search types are needed to support HotCat functionality.
Currently the widget searches for categories using only action=opensearch that is:
api.get( { action: 'opensearch', namespace: catNsId, limit: this.limit, search: input } )
More search types are needed to support HotCat functionality.
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
mediawiki/core | master | +259 -20 | CategorySelector: Add different ways of searching |
Change 237609 had a related patch set uploaded (by Prtksxna):
CategorySelector: Add different ways of searching
Change 237609 merged by jenkins-bot:
CategorySelector: Add different ways of searching