mirror of
https://github.com/c9fe/22120.git
synced 2024-11-10 04:52:43 +01:00
"OK"
This commit is contained in:
parent
28c0c38f30
commit
275f4a1c65
@ -35,7 +35,7 @@
|
|||||||
// search related state: constants and variables
|
// search related state: constants and variables
|
||||||
// common
|
// common
|
||||||
const NDX_OLD = false;
|
const NDX_OLD = false;
|
||||||
const USE_FLEX = false;
|
const USE_FLEX = true;
|
||||||
const FTS_INDEX_DIR = args.fts_index_dir;
|
const FTS_INDEX_DIR = args.fts_index_dir;
|
||||||
const NDX_FTS_INDEX_DIR = args.ndx_fts_index_dir;
|
const NDX_FTS_INDEX_DIR = args.ndx_fts_index_dir;
|
||||||
|
|
||||||
|
12
issues
Normal file
12
issues
Normal 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
1
todo
@ -1,3 +1,4 @@
|
|||||||
|
- combine flex and ndx search signals
|
||||||
- add fuzzysort as another search signal
|
- add fuzzysort as another search signal
|
||||||
- maybe merge all outstanding PRs for fuzzy into fuzzy since it hasn't been maintained since 2018
|
- 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
|
- Snippets with highlights via levenshtein distance search from natural
|
||||||
|
Loading…
Reference in New Issue
Block a user