Expand my Community achievements bar.

SOLVED

Xpath query using group and predicate

Avatar

Level 1

How we can achieve  the xpath query like  path//element............[condition1 and (not(jcr:like(some tags)) or condition3 or condition4))]rep:excerpt(.) order by parameter by using group and predicate.

Note: we need the condition not with jcr:like ( != is not working in our case)

1 Accepted Solution

Avatar

Correct answer by
Level 10
1 Reply

Avatar

Correct answer by
Level 10

Have you read the XPath Search examples documented here:

http://dev.day.com/docs/en/crx/current/developing/searching_in_crx.html