(newQuery)
| 86 | } |
| 87 | |
| 88 | updateQuery(newQuery) { |
| 89 | const { navigate, location } = this.props; |
| 90 | navigate({ |
| 91 | pathname: location.pathname, |
| 92 | search: newQuery.toLocation(), |
| 93 | hash: location.hash, |
| 94 | }); |
| 95 | } |
| 96 | |
| 97 | onSearchSubmit(queryText) { |
| 98 | const { query } = this.props; |
no test coverage detected