jieter / django-tables2

django-tables2 - An app for creating HTML tables
https://django-tables2.readthedocs.io/en/latest/
Other
1.86k stars 426 forks source link

pagination with elasticsearch-dsl #933

Closed pfk-beta closed 10 months ago

pfk-beta commented 10 months ago

Hello,

When I'm using django-tables with regular querysets it works like a charm:) But when I switch to elasticsearch, I have a problem with pagination. Does anyone had similar setup?

pfk-beta commented 10 months ago

Hello @pfk-beta,

You should use .scan() method after invoking search. It is described: https://elasticsearch-dsl.readthedocs.io/en/latest/search_dsl.html#pagination