Enable Accent-Insensitive Search
By default, all searches in ADONIS are insensitive to accents. A search for the term "role" will also return the result "rôle". In order to change this setting and enable accent-sensitive search:
- Add the environment variable
ADOXX_ACCENT_INSENSITIVEto the deployment configuration of the application server container and set its value to false.
Info
The changes will not become effective until the configuration is applied to the runtime environment and the application server container is restarted.