Pass searchoptions to search

Currently the "filter" option is broken
pull/4322/head
indykoning 11 months ago committed by GitHub
parent 45968cdc50
commit 061ae40fb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -161,7 +161,7 @@ debouncedWatch(
// Search
results.value = index
.search(filterTextValue)
.search(filterTextValue, searchIndex.value._options.searchOptions)
.slice(0, 16) as (SearchResult & Result)[]
enableNoResults.value = true

Loading…
Cancel
Save