mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merged V1.3 to HEAD (3068:3083, 3084:3086)
svn merge svn://www.alfresco.org:3691/alfresco/BRANCHES/V1.3@3068 svn://www.alfresco.org:3691/alfresco/BRANCHES/V1.3@3083 . svn merge svn://www.alfresco.org:3691/alfresco/BRANCHES/V1.3@3084 svn://www.alfresco.org:3691/alfresco/BRANCHES/V1.3@3086 . git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@3342 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -225,7 +225,11 @@ public final class SearchContext implements Serializable
|
||||
}
|
||||
|
||||
// special case for AND all terms if set (apply after operator character removed)
|
||||
operatorAND = operatorAND | this.forceAndTerms;
|
||||
// note that we can't force AND if NOT operator has been set
|
||||
if (operatorNOT == false)
|
||||
{
|
||||
operatorAND = operatorAND | this.forceAndTerms;
|
||||
}
|
||||
|
||||
if (term.length() != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user