From f510262e1dd26d34ddd2e25ec0194bde73d920d3 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Mon, 1 Oct 2012 17:27:16 +0200 Subject: [PATCH] default to stripped index --- src/common/rclconfig.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/rclconfig.cpp b/src/common/rclconfig.cpp index a3c5245f..7a571c8b 100644 --- a/src/common/rclconfig.cpp +++ b/src/common/rclconfig.cpp @@ -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()