Use fuse.js for podcast episode search
Replace levenshtein distance with fuse.js fuzzy searching library. Search in episode's title and subtitle
This commit is contained in:
parent
e669a8d378
commit
eda7036f70
3 changed files with 28 additions and 21 deletions
|
|
@ -40,6 +40,7 @@
|
|||
"cookie-parser": "^1.4.6",
|
||||
"express": "^4.17.1",
|
||||
"express-session": "^1.17.3",
|
||||
"fuse.js": "^7.1.0",
|
||||
"graceful-fs": "^4.2.10",
|
||||
"htmlparser2": "^8.0.1",
|
||||
"lru-cache": "^10.0.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue