]
Adrian Nistor updated ISPN-7300:
--------------------------------
Git Pull Request:
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
Assignee: Adrian Nistor
Fix For: 9.0.0.Final
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.