default to stripped index
This commit is contained in:
parent
fd2ce7de3f
commit
f510262e1d
@ -49,7 +49,8 @@ using namespace std;
|
||||
#include "fstreewalk.h"
|
||||
|
||||
#ifndef RCL_INDEX_STRIPCHARS
|
||||
bool o_index_stripchars;
|
||||
// We default to a case- and diacritics-less index for now
|
||||
bool o_index_stripchars = true;
|
||||
#endif
|
||||
|
||||
bool ParamStale::needrecompute()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user