Nível 1
Nível 2
Faça login na Comunidade
Saiba mais
Faça logon para exibir todas as medalhas
Expandir minha barra de realizações na Comunidade.
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
I have a query like this:
type=nt:unstructuredpath=/content/dam/articlesnodename=mastergroup.p.or=truegroup.1_property=titlegroup.1_property.value=%articlegroup.1_property.operation=like
...
for group's `1_property` I want to search without case senstivity, how can I achieve the same? I am on AEM 6.5
Solucionado! Ir para a Solução.
You may need to write a custom Predicate to achieve it. please refer to following example - https://blogs.perficient.com/2020/11/11/case-insensitive-queries-with-the-aem-query-builder/
For like operation xpath would be something like this -
/jcr:root/content/dam/wknd/en//*[(jcr:like(fn:lower-case(@property),'value%'))]
Make changes to example code accordingly.
Ver solução na publicação original
Visualizações
Curtida
respostas