Closed jefmoura closed 6 years ago
We need to implement pagination, so we can be able to retrieve more than 10 results.
search_after
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-after.html Related ticket: https://github.com/Humanitec/ActivityAPI/issues/438
Purpose
We need to implement pagination, so we can be able to retrieve more than 10 results.
Approach
search_after
of Elasticsearch, because it provides a live cursor.Furter Info
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-search-after.html Related ticket: https://github.com/Humanitec/ActivityAPI/issues/438