-
Notifications
You must be signed in to change notification settings - Fork 786
Closed
Description
Hello,
I'm using the Pagerfanta component for navigation through my results page by page:
$userPaginator = $finder->findPaginated($request->get('q'));
$userPaginator->setCurrentPage($page);
That leads to 2 (nearly identical) elasticsearch queries:
- query: {"query":{"query_string":{"query":"ak"}}}
- query: {"query":{"query_string":{"query":"ak"}},"from":10,"size":10}
So my question is, why are 2 queries fired instead of one?
Metadata
Metadata
Assignees
Labels
No labels