Improve profile search

This commit is contained in:
Jon Staab
2024-09-24 16:30:32 -07:00
parent 605273d7c7
commit cb702976ee
13 changed files with 50 additions and 36 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
$: populateItems(term)
const populateItems = throttle(300, term => {
items = $search.searchValues(term).slice(0, 30)
items = $search.searchValues(term).slice(0, 5)
})
const setIndex = (newIndex: number, block: any) => {