Search-Index integration + cache flush on start
Showing
This diff is collapsed.
Click to expand it.
libs/search.js
0 → 100644
... | @@ -91,6 +91,8 @@ | ... | @@ -91,6 +91,8 @@ |
"simplemde": "^1.11.2", | "simplemde": "^1.11.2", | ||
"socket.io": "^1.7.2", | "socket.io": "^1.7.2", | ||
"sticky-js": "^1.0.7", | "sticky-js": "^1.0.7", | ||
"stopword": "^0.1.1", | |||
"stream-to-promise": "^2.2.0", | |||
"validator": "^6.2.0", | "validator": "^6.2.0", | ||
"validator-as-promised": "^1.0.2", | "validator-as-promised": "^1.0.2", | ||
"winston": "^2.3.0" | "winston": "^2.3.0" | ||
... | @@ -139,7 +141,6 @@ | ... | @@ -139,7 +141,6 @@ |
"app", | "app", | ||
"appconfig", | "appconfig", | ||
"appdata", | "appdata", | ||
"bgAgent", | |||
"db", | "db", | ||
"entries", | "entries", | ||
"git", | "git", | ||
... | @@ -147,6 +148,7 @@ | ... | @@ -147,6 +148,7 @@ |
"lang", | "lang", | ||
"lcdata", | "lcdata", | ||
"rights", | "rights", | ||
"search", | |||
"upl", | "upl", | ||
"winston", | "winston", | ||
"ws", | "ws", | ||
... | ... |
Please
register
or
sign in
to comment