X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=dict%2Flookgrep.c;h=b3de2af8bb919b0937b285008a36a42d22a332f4;hp=b0ad4acedfeb3ef2a392350ebdb4c4c51a40cd12;hb=e1be1f5267e2be257664ded166b6890e4f24db83;hpb=b4e2b5d713294cc740933a8e770338cef303c8fe diff --git a/dict/lookgrep.c b/dict/lookgrep.c index b0ad4ac..b3de2af 100644 --- a/dict/lookgrep.c +++ b/dict/lookgrep.c @@ -390,6 +390,8 @@ int dict_lookup_grep(Dict dict, const char *pattern, int range, void *client, dfa_verbose = 1; #endif + dfa_anyset_includes_nl(dfa); + yaz_log(YLOG_DEBUG, "dict_lookup_grep range=%d", range); for (i = 0; pattern[i]; i++) {