✨ What's New
This list includes all new major features implemented.
Searchmask: search for the whole field (Starts With, Ends With and Contains)
Internal: see OTRS [2020042101000182]
Internal: see TFS [#52993]
The search mask allows to configure a field as keyword for searching. That means that there is no tokenisation or linguistic applied when searching for the field but the whole content of the field must match. This is useful for proper nouns, designations and all sort of keywords.
Example:
A starts-with search for "York" without "Keyword Field" enabled would find "New York" as well, because the comparison is done for each word. The same search with "Keyword Field" enabled would only find places starting with "York".
A starts-with search for "York" without "Keyword Field" enabled would find "New York" as well, because the comparison is done for each word. The same search with "Keyword Field" enabled would only find places starting with "York".

Reminder can execute custom actions
Internal: see TFS [#56000]
When creating a reminder using inPoint.Core or an inPoint.Client Plug-In
it is possible to execute a custom defined action (using a http request). The custom actions can be configured and monitored using inPoint.Admin and the executing is done using a new job.

Support Axon.ivy 8.0.18
Internal: see OTRS [2021031801000027]
Internal: see TFS [#52993]