Skip to content

Commit

Permalink
Ignore the search location
Browse files Browse the repository at this point in the history
Fix #16
  • Loading branch information
sovichet committed Aug 29, 2024
1 parent 506b21e commit 82a43fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Table.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
],
shouldSort: false,
threshold: 0.2,
ignoreLocation: true
};
const fuse = new Fuse(data, options);
Expand Down Expand Up @@ -293,7 +294,7 @@
}
})
// searchQuery = "lik tai"
searchQuery = "malaysia"
$: searchQuery, performSearch();
</script>

Expand Down

0 comments on commit 82a43fd

Please sign in to comment.