Hi, is there sth. like EQUALS in JCR... ?
i tried to use LIKE but it needs an attribute (name) -> WHERE name LIKE 'foo' i need this with a wildcard for all attibutes... The problem i have to solve is the following: i have to find handles that not only CONTAINS(*,'foo') --> cause this also finds 'foooooooo' i only want to get those pages, that exactly match 'foo' in any property... i searched a lot but couldn't find anything... Maybe i have to combine CONTAINS and LIKE somehow? or is this really not possible? if u need any further information, just ask me :) thank u very much... -- View this message in context: http://www.nabble.com/EQUALS-instead-of-CONTAINS---tf3595051.html#a10042854 Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
