X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frpnsearch.c;h=a117ad2804f924276e56ac27636d70c4264860b1;hb=131e8143a9b8da294d582f0793833679101a2672;hp=073a23a766561f89652227c2a232c8494ec973ac;hpb=29031807a95fde753e12d606c7db2e31acc5f645;p=idzebra-moved-to-github.git diff --git a/index/rpnsearch.c b/index/rpnsearch.c index 073a23a..a117ad2 100644 --- a/index/rpnsearch.c +++ b/index/rpnsearch.c @@ -1,4 +1,4 @@ -/* $Id: rpnsearch.c,v 1.29 2007-12-17 12:24:50 adam Exp $ +/* $Id: rpnsearch.c,v 1.31 2008-01-26 15:48:29 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,