diff --git a/src/components/Table.svelte b/src/components/Table.svelte index 44de530..8a71d2a 100644 --- a/src/components/Table.svelte +++ b/src/components/Table.svelte @@ -66,6 +66,7 @@ ], shouldSort: false, threshold: 0.2, + ignoreLocation: true }; const fuse = new Fuse(data, options); @@ -293,7 +294,10 @@ } }) - // searchQuery = "lik tai" + if (import.meta.env.DEV) { + // searchQuery = "malaysia" + } + $: searchQuery, performSearch();