default to stripped index
This commit is contained in:
parent
ca57607a35
commit
8f1b706b81
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue