Skip to content

Commit

Permalink
Improve search experience
Browse files Browse the repository at this point in the history
  • Loading branch information
jiegec committed Dec 21, 2023
1 parent e921cdb commit 3312663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/viewer_partial.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@

let candidates = miniSearch.search(search.value, {
prefix: true,
fuzzy: 0.2
fuzzy: 0.2,
combineWith: 'AND'
});
for (let val of candidates) {
if (!groups.value.includes(val.group)) {
Expand Down

0 comments on commit 3312663

Please sign in to comment.