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?
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.
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.