GX-Bug #69715
Von Tobias Schindler vor mehr als 2 Jahren aktualisiert
When using query params to configure pagination for the `/options` endpoint, the result data might be unexpected when using a page configuration which should lead to an empty result set. Example: - total items: 6 - per page: 3 - page: 1 + 2 Result: On page 1, the first three options are displayed, on page two, the last three options are displayed. When using this setup and navigating to page 3, I would expect to get an empty result set, but instead I get all 6 options back, even back (even if the result set is limited via the `per-page` query param.