Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)

This commit is contained in:
Eugen Rochko
2018-05-29 02:01:24 +02:00
committed by GitHub
parent 90b64c0069
commit 8bb74e50be
7 changed files with 69 additions and 56 deletions

View File

@ -33,7 +33,7 @@ export function submitSearch() {
dispatch(fetchSearchRequest());
api(getState).get('/api/v1/search', {
api(getState).get('/api/v2/search', {
params: {
q: value,
resolve: true,