Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Use mre fine-grained sanitation
The previously used `[[:^alnum:]]` strips german umlauts and valid characters of other languages which leeds to strange query results. This is more fine grained approach to sanitize the search word based on elasticsearch recommendations.
- Loading branch information