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
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.