[dovecot/core] 42c773: Fixed searching multiple mailboxes

GitHub noreply at github.com
Thu Aug 4 18:00:11 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 42c773260cf37008bfc398fbfe36e0a034299e3a
      https://github.com/dovecot/core/commit/42c773260cf37008bfc398fbfe36e0a034299e3a
  Author: x16a0 <m.k-92 at gmx.de>
  Date:   2016-08-04 (Thu, 04 Aug 2016)

  Changed paths:
    M src/plugins/fts-solr/fts-backend-solr.c

  Log Message:
  -----------
  Fixed searching multiple mailboxes

When searching multiple mailboxes, a condition to search these mailboxes is added to the query string. However, this condition has to be separated from the preceding condition by a space (a '+' in this case, as it's encoded); otherwise, Solr considers it to be part of the previous condition, in which case it will fail to parse it properly. Therefore, this patch adds that one missing character so it works again.




More information about the dovecot-cvs mailing list