Hey Michael, You could do it by combining it, search all properties by using the '.' and then combine it with an and expression where you say myproperty does not contain myvalue (by prefixing it with a minus sign)
For example: /jcr:root//*[jcr:contains(.,'myvalue') and jcr:contains(@myproperty,'-myvalue')]] You can find the specs for the jcr:contains here: https://docs.adobe.com/content/docs/en/spec/jcr/1.0/6.6.5.2_jcr_contains_Function.html <https://docs.adobe.com/content/docs/en/spec/jcr/1.0/6.6.5.2_jcr_contains_Function.html> Greets, Roy > On 4 Feb 2017, at 21:18, [email protected] wrote: > > Hi, > > thanks for your response. I know this normal search pattern in a specific > property. > I was hoping there is something like a blacklist -> exclude one property but > search all others without name theme explicit. It seems not ;-) > > Greetings, > Michael
signature.asc
Description: Message signed with OpenPGP
