Commit 3549798
committed
BUGFIX: Remove special characters completely
According to https://lucene.apache.org/core/3_4_0/queryparsersyntax.html#Escaping%20Special%20Characters, special characters should be escapeable using a „\“ character. Sadly because of some internal json encoding this doesn’t work properly. Any of these characters break the query.1 parent 2bfbb20 commit 3549798
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
0 commit comments