コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

fn:lower-case does not work in 6.1 if we are using querybuilder? is this a known issue?

Avatar

Level 5

WE r running a query were we are doing something like:

group.1_property=fn:lower-case(/jcr:content/metadata/@documentTitle)

 

This doesn't work. is this a known issue?

1 受け入れられたソリューション

Avatar

正解者
Level 10

 we never officially supported functions.  Hence not a bug. You have to file enhancement request to support xpath function. 

元の投稿で解決策を見る

7 返信

Avatar

Level 10

I will send this to support to see if this is a known issue. 

Avatar

Employee Advisor

We encountered the same issue with lower case function when we upgraded to 6.1. We raised a daycare ticket with Adobe support and they did mention that it is a known issue with the OAK repository. We then converted the query to SQL2 version in our code as a workaround to fix the issue.  I am not sure may be they might have fixed it in 6.1 SP1. 

Avatar

正解者
Level 10

 we never officially supported functions.  Hence not a bug. You have to file enhancement request to support xpath function. 

Avatar

Level 5

Sham,

It does work in 5.6.1 though. When you say not officially supported, just for my information, is there a document we can refer to what's supported? So if it's not supported, isn't it a part of sling or AEM isn't supporting it.

Confused as to who you mean doesn't support. Where does the predicate implementation exist for this function?

Avatar

Level 5

Kunal, thanks. We are planning the same. Curious thing is it does work in 5.6.1

Avatar

Level 10

From AEM 6.x, recommended approach to use SQL2 or JQOM for queries 

You can refer JQOM example here : http://adobeaemclub.com/jcr-java-query-object-model-jqom-adobe-aem-query/

Avatar

Level 5

Thanks a ton