1
0
mirror of https://github.com/c9fe/22120.git synced 2024-09-19 23:21:45 +02:00
This commit is contained in:
Cris Stringfellow 2021-12-19 13:29:55 +08:00
parent 28c0c38f30
commit 275f4a1c65
3 changed files with 14 additions and 1 deletions

View File

@ -35,7 +35,7 @@
// search related state: constants and variables
// common
const NDX_OLD = false;
const USE_FLEX = false;
const USE_FLEX = true;
const FTS_INDEX_DIR = args.fts_index_dir;
const NDX_FTS_INDEX_DIR = args.ndx_fts_index_dir;

12
issues Normal file
View File

@ -0,0 +1,12 @@
- ndx index seems to lose documents.
- e.g.
1. visit goog:hell
2. visit top link: wiki - hell
3. visit hellomagainze.com
4. search hell
5. see results: goog/hell, wiki/hell, hellomag
6. reload wiki - hell
7. search hell
8. see results: wiki/hell, hellomag
- WHERE THE HELL DID goog/hell go?

1
todo
View File

@ -1,3 +1,4 @@
- combine flex and ndx search signals
- add fuzzysort as another search signal
- maybe merge all outstanding PRs for fuzzy into fuzzy since it hasn't been maintained since 2018
- Snippets with highlights via levenshtein distance search from natural