Skip to content

Commit

Permalink
Aumento do limite do retorno de dados do elasticserach na lista de ca…
Browse files Browse the repository at this point in the history
…sos em andamento
  • Loading branch information
manoelsouzaunicef committed May 21, 2019
1 parent b127014 commit 70b978c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Resources/ChildrenController.php
Expand Up @@ -117,7 +117,7 @@ public function search(Search $search) {
$attempted = $query->getAttemptedQuery();
$query = $query->getQuery();

$results = $search->search(new Child(), $query, 128);
$results = $search->search(new Child(), $query, 500);

return fractal()
->item($results)
Expand Down

0 comments on commit 70b978c

Please sign in to comment.