0
votes

How to use case insensitive search in Querybuilder REST API in CQ5. This is my query localhost path query . Here i want to add fn:lower-case to my property. But it is not working.

                  property=fn:lower-case(@jcr:content)

This code is not working in querybuilder REST API. The same logic i can able to do using Xpath like [(fn:lower-case(@jcr:content), 'test'] and it's working fine, when i used in Querybuilder Java API. The same logic need to implement querybuilder REST API as well.

Where i need to add fn:lower-case into query &property=jcr:content&property.value=test.

1

1 Answers

0
votes

Looks like you will need to write your own code to do this, unfortunately. I saw several postings that talk through how to do this, including the following: