How to add a custom textfield filter in aem inbox? | Adobe Higher Education
Skip to main content
rangav27002587
Level 2
November 27, 2019
Beantwortet

How to add a custom textfield filter in aem inbox?

  • November 27, 2019
  • 1 Antwort
  • 2105 Ansichten

There is no textfield predicate available to customize aem inbox filter. Is there a way to add a custom filter to search by initiator name in aem inbox filters?

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von vish.dhaliwal

Hello,

You can add the search fields under /libs/settings/inbox/search/facets/inbox/jcr:content/items but it seems that the actual logic is coming from the com.adobe.cq.inbox.impl.omnisearch.InboxFilter. You may need to build your own search handler for this use case.

Regards,

Vishu

1 Antwort

Adobe Employee
November 27, 2019

Hello,

You can add the search fields under /libs/settings/inbox/search/facets/inbox/jcr:content/items but it seems that the actual logic is coming from the com.adobe.cq.inbox.impl.omnisearch.InboxFilter. You may need to build your own search handler for this use case.

Regards,

Vishu