Hi,
Although 2.2.7 fixes the "Unsupported" exception when using multi-selector OR constraints,
it seems to return wrong results when using free text search constraints for both selectors.
The query seems to return ALL nodes.
Example Query:
elect c.* from [internal:content] as c inner JOIN [nt:resource] as b ON isdescendantnode(b,c)
where (
CONTAINS(b.*, 'message*') or CONTAINS(c.*, 'message*')
)
Note: the query above used to give an "Unsupported" exception in 2.2.5
Is this a bug or am I just doing something wrong?
Thanks,
Hassan
|