Elasticsearch - Advanced Patterns
Given this Elasticsearch query snippet:
What will the query return?
{"sort": [{"date": "asc"}], "size": 2, "search_after": ["2023-01-01T00:00:00"]}What will the query return?
