[infinispan-issues] [JBoss JIRA] (ISPN-7300) Operator '-' doesn't work in fulltext querying
Jiří Holuša (JIRA)
issues at jboss.org
Thu Dec 8 03:08:00 EST 2016
Jiří Holuša created ISPN-7300:
---------------------------------
Summary: Operator '-' doesn't work in fulltext querying
Key: ISPN-7300
URL: https://issues.jboss.org/browse/ISPN-7300
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.0.0.Beta1
Reporter: Jiří Holuša
Given following query:
{code}
from Entity t where t.longDescription : (-'really')
{code}
I would expect to return all entities that doesn't contain the word 'really' (opposite to +), but it seems to be not working.
PR contains test for it as well as other tests for extending query testsuite.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the infinispan-issues
mailing list