elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

[ENHANCEMENT] `search_after` missing from search API #208

Closed fbs closed 1 year ago

fbs commented 1 year ago

search_after is the recommended way of doing pagination doc but it appears to be missing from the API.

fbs commented 1 year ago

guess I can just put this in the body 🙈