From 97e0f73d88d0b3ba3e905ec354a8490cfc79873f Mon Sep 17 00:00:00 2001
From: alex <alex@alexloehr.net>
Date: Fri, 06 Jun 2025 14:26:14 +0000
Subject: [PATCH] adding search
---
package-lock.json | 33 +++++++++++++++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 7861474..a215029 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -15,6 +15,7 @@
"dayjs": "^1.11.13",
"dotenv": "^16.5.0",
"fastify": "^5.3.3",
+ "flexsearch": "^0.8.205",
"lodash": "^4.17.21",
"mysql2": "^3.14.1",
"nconf": "^0.13.0",
@@ -2869,6 +2870,38 @@
"node": ">=8"
}
},
+ "node_modules/flexsearch": {
+ "version": "0.8.205",
+ "resolved": "https://registry.npmjs.org/flexsearch/-/flexsearch-0.8.205.tgz",
+ "integrity": "sha512-REFjMqy86DKkCTJ4gIE42c9MVm9t1vUWfEub/8taixYuhvyu4jd4XmFALk5VuKW4GH4VLav8A4BJboTsslHF1w==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/ts-thomas"
+ },
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/flexsearch"
+ },
+ {
+ "type": "patreon",
+ "url": "https://patreon.com/user?u=96245532"
+ },
+ {
+ "type": "liberapay",
+ "url": "https://liberapay.com/ts-thomas"
+ },
+ {
+ "type": "paypal",
+ "url": "https://www.paypal.com/donate/?hosted_button_id=GEVR88FC9BWRW"
+ },
+ {
+ "type": "bountysource",
+ "url": "https://salt.bountysource.com/teams/ts-thomas"
+ }
+ ],
+ "license": "Apache-2.0"
+ },
"node_modules/foreground-child": {
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
--
Gitblit v1.8.0