Add GET /api/v2/search which returns rich tag objects, adjust web UI (#7661)
This commit is contained in:
parent
90b64c0069
commit
8bb74e50be
7 changed files with 69 additions and 56 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue