znuny / znuny-feature-requests

This repository tracks feature requests as issues.
7 stars 1 forks source link

Provide Snippet search #62

Open dpalic opened 4 days ago

dpalic commented 4 days ago

The "new" feature of the snippets is great. Sadly there is no way to show all snippets, so agents can find the right snippets during using the E-Mail composing pages. They have to know the snippet names to find them properly.

It would be great if the users could search by keywords in snippet content like with snippet name.

maybe related to #63

hanneshal commented 4 days ago

Hi @dpalic the autocompletion for snippets are enabled for "fulltext". The sysconfig setting: Frontend::RichText::Autocompletion::Modules###Template

describes the fields that will be searched.

We excplicitly build it that way, so that we do not need to show a complete list - which would ruin the idea of the snippets.

Regards Johannes