Displaying 1 result from an estimated 1 matches for "lucene_get_query".
2012 Jul 25
1
fts-lucene vs SEARCH HEADER
...problem:
--- dovecot-2.1.7-clean/src/plugins/fts-lucene/lucene-wrapper.cc 2011-12-13 06:35:29.000000000 -0500
+++ dovecot-2.1.7/src/plugins/fts-lucene/lucene-wrapper.cc 2012-07-24 14:03:14.000000000 -0400
@@ -1094,7 +1094,7 @@
return false;
q = lucene_get_query(index,
- t_lucene_utf8_to_tchar(index, arg->hdr_field_name, FALSE),
+ t_lucene_utf8_to_tchar(index, t_str_lcase(arg->hdr_field_name), FALSE),
arg);
break;
default...