-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add a "Searching..." bar or text when search is ongoing #3119
Comments
@mestaki; thank you for your suggestion - you are right about time and what's going on in the system. As an example, I added a 5 second delay in my local test to simulate what's going on; basically, if you type something that you expect datatables says is not found because the list hasn't being loaded, like this: As you suggested, there is an option in datatables that will show that the data is being processed (downloading) which is basically a little frame on top of the other messages, like this: Will this work? Anyway, here is the PR in case you have specific suggestions about language. |
Hey @antgonza, |
Thank you for your feedback and review - this will be deployed during this cycle (in a few weeks). |
Reproduce the issue:
From the main "View Studies" page, search for a term like "Paulus". It takes about ~7-10 seconds for the page to start showing the results, during which time no indication is made that search is ongoing. This leads to user thinking the search has returned 0 results and they move on to the next search item before the previous search is complete. I suspect this issue will become exaggerated as more data is added and searches take longer.
Propose behavior:
The text was updated successfully, but these errors were encountered: