Skip to content

Commit

Permalink
fix regular search
Browse files Browse the repository at this point in the history
  • Loading branch information
Robonau authored and Robonau committed Sep 18, 2024
1 parent 364b514 commit 751814d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/routes/(app)/(library)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,7 @@
if (
parsedQuery !== null &&
specificSearch(ele, parsedQuery.slice(1) as ANO[]).findIndex(
(e) => e === false
) !== -1
specificSearch(ele, parsedQuery).findIndex((e) => e === false) !== -1
)
return false;
Expand Down

0 comments on commit 751814d

Please sign in to comment.