Page MenuHomePhabricator

Modify new Vector Search to allow loading more results on Wikidata
Closed, ResolvedPublic

Description

To have feature parity with what is currently on Wikidata, the new search must be able to load more results. To implement this, we must make use of the new 'load-more' event emitted by Codex TypeaheadSearch. See also: https://doc.wikimedia.org/codex/main/components/demos/typeahead-search.html#search-wikidata-items

Event Timeline

Change 848292 had a related patch set uploaded (by Michael Große; author: Michael Große):

[mediawiki/skins/Vector@master] [DNM]: how to make use of load-more event in typeahead search

https://gerrit.wikimedia.org/r/848292

Change 856587 had a related patch set uploaded (by Michael Große; author: Michael Große):

[mediawiki/extensions/Wikibase@master] Allow loading more results

https://gerrit.wikimedia.org/r/856587

Change 848292 merged by jenkins-bot:

[mediawiki/skins/Vector@master] search: Optionally support load-more events

https://gerrit.wikimedia.org/r/848292

Change 856587 merged by jenkins-bot:

[mediawiki/extensions/Wikibase@master] Support loading more results in Vector search client

https://gerrit.wikimedia.org/r/856587

Michael claimed this task.

This is done. All that remains is enabling that search on Wikidata proper, which will be done in context of T316093: Make new Vector search use wbsearchentities on Wikidata.