limit search results to 33 until we split & paginate the search api

staging
multiple creatures 2019-05-19 07:55:02 -05:00
parent 8ff64df4dd
commit 1fa6d6e16b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export function submitSearch() {
params: { params: {
q: value, q: value,
resolve: true, resolve: true,
limit: 100, limit: 33,
}, },
}).then(response => { }).then(response => {
if (response.data.accounts) { if (response.data.accounts) {