dam search by submitter id for both upper and lower case | Community
Skip to main content
October 16, 2015
Solved

dam search by submitter id for both upper and lower case

  • October 16, 2015
  • 2 replies
  • 650 views

Whats the best way to do a dam search by submitter id for both lower case and upper case ?

Some background

We are using an enhanced "out of the box" solution via:

http://wcms-local.wdf.sap.corp:4502/damadmin - search tab

1) We added a search predicate for the search panel.

path\content\src\jcr_root\apps\dam\content\search\searchpanel\facets\submitter_id

Using an xype of propertypredicate but tried fulltextpredicate but the fulltext field started pulling all result.

2) Also tried adding parameters (for lower and upper case) in search panel processing prior to dam search servlet:

path\content\src\jcr_root\apps\cq\ui\widgets\source\widgets\wcm\SiteAdminSearchPanel.js

If any one has advice it would be greatly appreciated.

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

Are you getting a result set (of dam assets) using this method? Have you read this AEM topic:

http://dev.day.com/docs/en/cq/current/dam/extending-cq-dam-search.html

2 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

Are you getting a result set (of dam assets) using this method? Have you read this AEM topic:

http://dev.day.com/docs/en/cq/current/dam/extending-cq-dam-search.html

christ-tAuthor
October 16, 2015

smacdonald2008 wrote...

Are you getting a result set (of dam assets) using this method? Have you read this AEM topic:

http://dev.day.com/docs/en/cq/current/dam/extending-cq-dam-search.html

 

 

 


Yes  to both. This is the technique we are using with the xtype propertypredicate which is case sensitive.

We tried using the xtype fulltextpredicate ( that is case insensitive ) for submitter id but the full text search filtering appeared to break (cq 5.5).