Commit 0c43a79
committed
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.1 parent 1b707c1 commit 0c43a79
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments