활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
I am trying to search a property name by ignoring a case. Is there any predicate available ?
path=/content/dam/demoProject
type=dam:Asset
property=@jcr:content/data/master/demoProp
property.operation=exists
I want the demoProp to be case insensitive while searching
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
No OOTB Predicates but you can create own like below:
aem63app-repo/CaseInsensitiveLikePredicate.java at master · arunpatidar02/aem63app-repo · GitHub
No OOTB Predicates but you can create own like below:
aem63app-repo/CaseInsensitiveLikePredicate.java at master · arunpatidar02/aem63app-repo · GitHub
Can you show an example where do we need to add this snippet to make it work?
조회 수
답글
좋아요 수
This works good for property value. I need for property name
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수