Page 1 of 1

Filter autocomplete search in Zimbra by different criterias

Posted: Fri Dec 15, 2017 4:03 pm
by g.tsankov
Hello,
I am trying to filter the results of the autocomplete functionality in the zimbra webmail client. Think of it as applying a regex filter to the AutoCompleteRequest either in the frontend or backend of the mail server, resulting in filtering out some of the returned suggestions.

Is there a way for me to extend the frontend via zimlet and send a custom search that can apply a filter(or filter out the results for that matter) or extend the backend so that this request is filtered out with a specific criteria that I might implement before the results are returned?

Thanks in advance.