Fix ICU search problem / caret not escaped.
[idzebra-moved-to-github.git] / index / rpnsearch.c
index fc78870..0bbfdf1 100644 (file)
@@ -203,7 +203,7 @@ static void esc_str(char *out_buf, size_t out_size,
     }
 }
 
-#define REGEX_CHARS " []()|.*+?!\"$"
+#define REGEX_CHARS " ^[]()|.*+?!\"$"
 
 static void add_non_space(const char *start, const char *end,
                           WRBUF term_dict,