You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Lionel Palacin (JIRA)" <ji...@apache.org> on 2017/04/05 21:35:43 UTC

[jira] [Created] (CAMEL-11117) The searchTerm subjectOrBody breaks the searchTerm unseen

Lionel Palacin created CAMEL-11117:
--------------------------------------

             Summary: The searchTerm subjectOrBody breaks the searchTerm unseen
                 Key: CAMEL-11117
                 URL: https://issues.apache.org/jira/browse/CAMEL-11117
             Project: Camel
          Issue Type: Bug
          Components: camel-mail
    Affects Versions: 2.18.3
            Reporter: Lionel Palacin
            Priority: Minor


When the two options searchTerm.unseen and searchTerm.subjectOrBody are together, the searchTerm generated looks like that:

(Unseen AND Subject) OR Body. Which is incorrect, the right searchTerm should be: Unseen AND (Subject OR Body). 





--
This message was sent by Atlassian JIRA
(v6.3.15#6346)