Commit 5236af3
committed
don’t trim search term
trimming the search term makes `uk` and `uk ` the same query, while in
fact the space at the end indicates that it is a standalone word (for
example because the user wants to search in the united kingdom and not
continue typing `ukraine`). This way the server can handle that
correctly.1 parent 6fd1f09 commit 5236af3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments