Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbendy committed Oct 25, 2024
2 parents a58ff2b + 31abae8 commit 01f64c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 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,10 @@
}
})
// searchQuery = "lik tai"
if (import.meta.env.DEV) {
// searchQuery = "malaysia"
}
$: searchQuery, performSearch();
</script>
Expand Down

0 comments on commit 01f64c8

Please sign in to comment.