first display of search results

This commit is contained in:
2019-09-18 12:06:18 +02:00
parent 1a0964d955
commit d289d17b2e
3 changed files with 71 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ export default {
return REST.get(`/search?` + q)
.then(({ data }) => {
console.log('search REST: data', data)
// commit('setResults', data.content)
commit('setResults', data.content)
})
.catch((error) => {
console.warn('Issue with search', error)