Commit a4d90cc
committed
search: drop dependency on type alias
This type alias to string doesn't add any value to the unified search,
and creates an unnecessary dependency to the GUI type definitions.
If we introduce a query type again, then it will actually do something
like parsing the string and perform certain validation/escaping. In the
meantime, `str` is just fine.
Change-Id: I2a35977064ae439aa2a16346a695c662c647b5711 parent ee6081f commit a4d90cc
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
| |||
0 commit comments