-
Notifications
You must be signed in to change notification settings - Fork 559
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
Appointments Tab Username Search Results Are Limited to the Initially Loaded 15 Entries #10721
Comments
@nihal467 I would like to work on this |
@nihal467 kindly assign me this issue |
@nihal467 I would like to work on this issue: My approach:
|
@Rishith25 its a priority issue, do push the fix by EOD |
Hey @nihal467 |
@Rishith25 feel free to create a new facility with more than 15 practitioners |
@Rishith25 you can momentarily set the limit to less than 4 or so; so that resultset gives has results in other pages; this should work as long as the search query is sent to the backend; regardless of the size (15) |
I have added 20 practictioners and all practitioners are visible in dropdown. I think there was no limit set for fetching users and initially all users are loading . And also we are not passing any search query params in api call Can you once confirm it or i am missing some thing 👀 |
@nihal467 I don't see any issue here, this particular API will give ALL users that has a schedule in the facility in the first call to the API itself and the rest is filtered at client side. |
Yeah that's what I found |
Describe the bug
When searching for a user in the Appointments tab, the search only filters through the first 15 names loaded initially, instead of considering all available data.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Necessary request should be fired to get search result from all available data in appointments
Screenshots
The text was updated successfully, but these errors were encountered: