mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-27 12:36:16 +02:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user