Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API/ Club/ GET] Pagination does not work for endpoint '/api/clubs/search/simple' #2138

Open
Oksana-Lysak opened this issue Jan 18, 2024 · 1 comment
Assignees

Comments

@Oksana-Lysak
Copy link

Oksana-Lysak commented Jan 18, 2024

Environment: Windows 11 Pro Version 22H2 Build 22621.2428
Google Chrome 118.0.5993.118 (Official build) (64-bit)
Reproducible: always
Build found:
front 2024-01-04 d5b9ee
back 2024-01-04 7dd789

Preconditions

  1. Site http://speak-ukrainian.eastus2.cloudapp.azure.com/dev/ is opened.
  2. The clubs are created.
  3. Postman is opened.
  4. The token (admin) is gotten.

Steps to reproduce

  1. Create GET request to 'http://speak-ukrainian.eastus2.cloudapp.azure.com/dev' using endpoint '/api/clubs/search/simple'
    Parameters.
    searchClubProfile:
    {
    "clubName": "string",
    "cityName": "string",
    "categoryName": "string",
    "isOnline": true
    }
    Pageable:
    {
    "page": 0,
    "size": 1
    }

Actual result
9 clubs are displayed.

10
10 1

Expected result
One club should be displayed on page 0

@Oksana-Lysak
Copy link
Author

Related:
#2137
#2138

@Oksana-Lysak Oksana-Lysak removed the documentation Improvements or additions to documentation label Jan 18, 2024
@softservedata softservedata moved this to ToDo in QCBoard Jul 21, 2024
@softservedata softservedata moved this to To do in Backlog Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Status: ToDo
Development

No branches or pull requests

1 participant