Wildcard case-sensitive dc:description | Community
Skip to main content
serenapitotti
Level 2
February 12, 2024

Wildcard case-sensitive dc:description

  • February 12, 2024
  • 3 replies
  • 1438 views

Hi there,

I need to perform a case-insensitive search on the dc:description (AEM 6.5) metadata through the Querybuilder

Any help?

Thanks,
Serena Pitotti

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Saravanan_Dharmaraj
Community Advisor
Community Advisor
February 12, 2024
Saravanan_Dharmaraj
Community Advisor
Community Advisor
February 12, 2024
property.operation=equalsIgnoreCase check if property equals ignoring case

 

fulltext It is used to search terms for fulltext search
fulltext.relPath the relative path to search in (eg. property or subnode) eg. fulltext.relPath=jcr:content or fulltext.relPath=jcr:content/@cq:tags

 

Please check this one too.

https://github.com/paulrohrbeck/aem-links/blob/master/querybuilder_cheatsheet.md

 

 

serenapitotti
Level 2
February 12, 2024

Thanks @saravanan_dharmaraj but none of the solutions seem working

Adilos-Cantuerk
Community Advisor
Community Advisor
February 16, 2024

Did i understand the situation correctly, that a case sensitive search works through the Querybuilder?
And your situation is, that something is messed up in dc:description,
so you don't get all the search results that you need?

I am sorry for even bringing up this approach.
It is definitly not the solution you have asked for, but it could be a quick way forward on your current situation.

Maybe it is a good idea to export your metadata via the csv export function,
then clean-up this metadata property a bit - and then import it back into AEM.

serenapitotti
Level 2
February 19, 2024
  • Yes, case sensitive search works.
  • Nothing is messed up, simply my data on dc:description are not only lower case written
  • That's not a solution since I need my data as they are written

 

Thank you anyway.

kautuk_sahni
Community Manager
Community Manager
February 16, 2024

@serenapitotti Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
serenapitotti
Level 2
February 19, 2024

Need to try the solution with custom properties but no out of the box solution found.