Updated search result limit

Removed search from client side, increased from 20 to 100 in search_controller.rb
This commit is contained in:
mgabdev
2020-01-14 18:12:04 -05:00
parent f40ff36f1b
commit 76981e56c5
2 changed files with 1 additions and 2 deletions

View File

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