django-elasticsearch-dsl-drf icon indicating copy to clipboard operation
django-elasticsearch-dsl-drf copied to clipboard

Add more pagination tests

Open barseghyanartur opened this issue 6 years ago • 2 comments

  • Test custom page size.
  • Just test all possible options.

barseghyanartur avatar Mar 27 '18 08:03 barseghyanartur

Is it working pagination? I am trying it on my project and the query param "page_size" doesn't seem to affect at all the pagination. I always receive 10 elements.

Thanks for the work and effort to keep up this project : )

robertofd1995 avatar Feb 05 '19 16:02 robertofd1995

@robertofd1995:

It does work. Read the docs and check the example project.

If you have the example project running, the following shall be working:

Please, take time to read the docs and examples thoroughly before you raise questions.

barseghyanartur avatar Feb 05 '19 18:02 barseghyanartur