added fuzzy searching and caching

This commit is contained in:
2026-05-10 19:28:23 +02:00
parent e5f9e737b2
commit 22ebbd2399
5 changed files with 55 additions and 2 deletions
+14
View File
@@ -15,6 +15,7 @@
"connect-mongo": "^5.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"fuse.js": "^7.3.0",
"mongoose": "^7.4.1",
"multer": "^2.0.2",
"node-schedule": "^2.1.1",
@@ -1950,6 +1951,19 @@
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/fuse.js": {
"version": "7.3.0",
"resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.3.0.tgz",
"integrity": "sha512-plz8RVjfcDedTGfVngWH1jmJvBvAwi1v2jecfDerbEnMcmOYUEEwKFTHbNoCiYyzaK2Ws8lABkTCcRSqCY1q4w==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/krisk"
}
},
"node_modules/get-intrinsic": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",