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
|
||||
// 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
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?
|
||||
|
Loading…
Reference in New Issue
Block a user