Hi @av-ey,
Per the OOB implementation, InboxItemFilter(com.adobe.granite.workflow.exec.filter.InboxItemFilter) implementation specifically looks for/handle these standard set of OOB highlighted facets/predicates in InboxOmniSearchHandler(com.adobe.cq.inbox.impl.omnisearch.InboxOmniSearchHandler)
Customization will involve custom OmniSearchHandler(com.adobe.granite.omnisearch.spi.core.OmniSearchHandler) and custom InboxItemFilter implementation. (rewriting whole of the implementation and its huge change)