Elastic Search 6 returns duplicates

No matter what I set for scroll_from I always get duplicated values.
page = es.search(index = index, scroll = scroll_exp, sort = "doc", from = scroll_from, body = body)
Any ideas why is this happening?
And why doesn't from_ works as it should?
I have also tried using restful API, the same problem happens. :slight_smile:

=Stack Overflow
Here is the link to stack overflow discussion that I had opened because of this problem.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.