mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-10 21:26:18 +00:00
feat: Add fuzzy search to patches search (#229)
* feat: Fuzzy Search Co-authored-by: Kendell R <KTibow@users.noreply.github.com> * slightly change the init logic * fix behavior * fix sort behavior i am so good at reading docs * update the search results on load * switch to fuse js * lower the threshold per @oSumAtrIX request --------- Co-authored-by: Kendell R <KTibow@users.noreply.github.com> Co-authored-by: afn <hey@afn.im>
This commit is contained in:
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
@@ -43,6 +43,9 @@ devDependencies:
|
||||
eslint-plugin-svelte:
|
||||
specifier: ^2.35.1
|
||||
version: 2.35.1(eslint@8.56.0)(svelte@4.2.8)
|
||||
fuse.js:
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.0
|
||||
imagetools-core:
|
||||
specifier: ^6.0.3
|
||||
version: 6.0.3
|
||||
@@ -1493,6 +1496,11 @@ packages:
|
||||
dev: true
|
||||
optional: true
|
||||
|
||||
/fuse.js@7.0.0:
|
||||
resolution: {integrity: sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==}
|
||||
engines: {node: '>=10'}
|
||||
dev: true
|
||||
|
||||
/get-port@3.2.0:
|
||||
resolution: {integrity: sha512-x5UJKlgeUiNT8nyo/AcnwLnZuZNcSjSw0kogRB+Whd1fjjFq4B1hySFxSFWWSn4mIBzg3sRNUDFYc4g5gjPoLg==}
|
||||
engines: {node: '>=4'}
|
||||
|
||||
Reference in New Issue
Block a user