ugurdogrusoz / visuall

Visuall: A tool for convenient construction of a web based visual analysis component
2 stars 0 forks source link

Client vs server pagination bug #371

Closed ugurdogrusoz closed 3 years ago

ugurdogrusoz commented 3 years ago

Using the following settings:

Screen Shot 2021-06-15 at 11 03 52

When I execute it on the client side, I get:

Screen Shot 2021-06-15 at 11 03 34

When executed on server side, I get:

Screen Shot 2021-06-15 at 11 04 27

4 vs 10 pages

canbax commented 3 years ago

If "server" side is active, we simply ignore the "Query result page limit". Maybe we can disable it if "server" is selected

ugurdogrusoz commented 3 years ago

Why not use it all the time? The reason the user might like to limit results is for the query to take shorter perhaps.

canbax commented 3 years ago

If we use it all the time, the user won't have any chance to know the exact count or see the whole results. The user can never be sure if they see the whole picture or not

ugurdogrusoz commented 3 years ago

Let's disable Query result page limit when Server side pagination is chosen for now.