Displaying 1 result from an estimated 1 matches for "22foo".
Did you mean:
22for
2015 Nov 01
1
fts_solr does not quote lucene's special characters
...o"bar, then my IMAP client (roundcube) sends
the following to dovecot:
A0003 UID THREAD REFS US-ASCII ALL UNDELETED BODY "foo\"bar"
Dovecot in turn uses the following request URI to query SOLR:
"GET
/solr/select?fl=uid,score&rows=113739&sort=uid+asc&q=body:%22foo%22bar%22&fq=%2Bbox:4d86808c56d44282b35cea8700dda537+%2Buser:%22myuser%22
HTTP/1.1" 400 994
Solr responds with error 400 and the following body:
type Status report
message null
description The request sent by the client was syntactically incorrect.
This is because the " character in...