//element(*, my:type)[jcr:like(fn:lower-case(@foo), 'bar%')]

is equivalent to

SELECT * FROM my:type WHERE LOWER(foo) LIKE 'bar%'

regards
 marcel

On Sat, Oct 10, 2009 at 03:59, krobblestopper <[email protected]> wrote:
>
> How would this function be called via a SQL-style query? I am currently doing
> an 'order by jcr:title'.
>
> --
> View this message in context: 
> http://www.nabble.com/jcr%3Alike-ignore-case-tp25757631p25830297.html
> Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
>
>

Reply via email to