Commit 4af2411
committed
Avoid trimming search tokens
There is no point since we split on spaces so there could not be any
spaces in a token. Also move the empty string check into the previous
loop to avoid pointlessly adding it to the second slice.1 parent 8ddfe86 commit 4af2411
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | 207 | | |
212 | 208 | | |
213 | 209 | | |
| |||
0 commit comments