Jcr:like with case insensitive required for implementing autosuggestion

Hi There

I am implementing autosuggestion upon cms contents and using jcr:like operator of xpath, but its case sensitive . Can someone suggest a way to achieve case “insensitive” like operation with xpath Please?

Thanks
Binay

Found the solution. fn:lower-case() to the parameter name did the trick.