X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frpnsearch.c;h=c433c97227ca854eb21cb431302fc5cb4188599c;hb=1df86c90a941584991fcb5a4ea3f070a4e1c45d2;hp=18bef0b820d9a89c89ae141fd84d340990c06632;hpb=34b6f9669f88fef08ad911000f2b66fb2c3429b9;p=idzebra-moved-to-github.git diff --git a/index/rpnsearch.c b/index/rpnsearch.c index 18bef0b..c433c97 100644 --- a/index/rpnsearch.c +++ b/index/rpnsearch.c @@ -1,4 +1,4 @@ -/* $Id: rpnsearch.c,v 1.28 2007-12-10 17:06:08 adam Exp $ +/* $Id: rpnsearch.c,v 1.30 2008-01-26 15:32:05 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -206,7 +206,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,