Initial search implementation

This commit is contained in:
Zef Hemel
2022-05-16 15:09:36 +02:00
parent 7d01f77318
commit 2cdd3df6c3
17 changed files with 14798 additions and 62 deletions
+15 -5
View File
@@ -4692,6 +4692,11 @@
"version": "1.1.1",
"license": "MIT"
},
"node_modules/fuzzysort": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-1.9.0.tgz",
"integrity": "sha512-MOxCT0qLTwLqmEwc7UtU045RKef7mc8Qz8eR4r2bLNEq9dy/c3ZKMEFp6IEst69otkQdFZ4FfgH2dmZD+ddX1g=="
},
"node_modules/gauge": {
"version": "2.7.4",
"license": "ISC",
@@ -9315,7 +9320,6 @@
},
"node_modules/typescript": {
"version": "4.6.3",
"devOptional": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
@@ -9891,6 +9895,7 @@
"node-fetch": "2",
"node-watch": "^0.7.3",
"supertest": "^6.2.2",
"typescript": "^4.6.2",
"vm2": "^3.9.9",
"ws": "^8.5.0",
"yaml": "^1.10.2",
@@ -9920,8 +9925,7 @@
"assert": "^2.0.0",
"events": "^3.3.0",
"parcel": "2.3.2",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
"prettier": "^2.5.1"
}
},
"packages/plugos-silverbullet-syscall": {
@@ -10042,6 +10046,7 @@
"@jest/globals": "^27.5.1",
"@lezer/markdown": "^0.15.0",
"fake-indexeddb": "^3.1.7",
"fuzzysort": "^1.9.0",
"jest": "^27.5.1",
"knex": "^1.0.4",
"react": "^17.0.2",
@@ -11645,6 +11650,7 @@
"@types/react-dom": "^17.0.11",
"assert": "^2.0.0",
"fake-indexeddb": "^3.1.7",
"fuzzysort": "^1.9.0",
"jest": "^27.5.1",
"knex": "^1.0.4",
"parcel": "2.3.2",
@@ -13189,6 +13195,11 @@
"function-bind": {
"version": "1.1.1"
},
"fuzzysort": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/fuzzysort/-/fuzzysort-1.9.0.tgz",
"integrity": "sha512-MOxCT0qLTwLqmEwc7UtU045RKef7mc8Qz8eR4r2bLNEq9dy/c3ZKMEFp6IEst69otkQdFZ4FfgH2dmZD+ddX1g=="
},
"gauge": {
"version": "2.7.4",
"requires": {
@@ -15955,8 +15966,7 @@
}
},
"typescript": {
"version": "4.6.3",
"devOptional": true
"version": "4.6.3"
},
"typeson": {
"version": "6.1.0"