Skip to content

Commit

Permalink
#26986 Add missing PageSize to the ElasticSearch results.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajsarowicz committed Feb 24, 2020
1 parent 9d0ae13 commit 2439e17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public function resolve(): SearchCriteria
$searchCriteria->setRequestName($this->searchRequestName);
$searchCriteria->setSortOrders($this->orders);
$searchCriteria->setCurrentPage($this->currentPage - 1);
$searchCriteria->setPageSize($this->size);

return $searchCriteria;
}
Expand Down

0 comments on commit 2439e17

Please sign in to comment.