Description
Queries like this
/jcr:root/content//element(*, test:Asset)[(jcr:contains(., 'cube')) and (jcr:contains(jcr:content/@foo, '"a" OR "b"'))]
returns wrong results.
This get converted to
+:fulltext:cube full:jcr:content/foo:"a" full:jcr:content/foo:"b"
Attachments
Attachments
Issue Links
- is related to
-
OAK-2438 Evaluate support for must(must_not(x)) query with Lucene
- Closed