stable

Clone or download

Read-only

feat: Incrementally display results

Whenever we receive a result, we should start displaying as soon as possible, so that we don't wait for other results in far away pages to come. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I358aefc2f93259077c76ec178ecc2c7c9291568b

Modified Files

Name
M src/scripts/switch-to/src/helpers/search-querier.test.ts +33 −5 Go to diff View file
M src/scripts/switch-to/src/helpers/search-querier.ts +6 −1 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.test.ts +46 −13 Go to diff View file
M src/scripts/switch-to/src/stores/fulltext.ts +7 −1 Go to diff View file