Manticore equivalent of search_after in Elastic

One thing I like with Elastic is the deep pagination with “search after.” Ideally my users will not go beyond say 10k documents, but I also use the search after feature in a batch job to allow a user to export all results to an XLSX file.

Is there something I can use within Manticore to achieve this?

There’s the scroll search option, which performs a similar function in the dev version and the upcoming release that we are currently working on (may be rolled out today, tomorrow or Monday)