You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the file search function in groups and direct messages, but it is not working.
(The search function works fine in channels.)
Additionally, I noticed that each time a character is entered into the search box, the API is called, leading to too many API requests when the keyword consists of multiple characters.
It would be better to allow the user to complete the keyword input and press Enter before triggering the API call.
Steps to reproduce:
Expected behavior:
can search file name
Actual behavior:
Search function for file names in groups and direct messages not working
Server Setup Information:
Version of Rocket.Chat Server: 7.2
License Type: Starter
Number of Users: 5
Operating System: Ubuntu 22.0.4
Deployment Method: Docker image(pull from github of Rocket.chat)
Number of Running Instances: 1
DB Replicaset Oplog:
NodeJS Version: 20.18.0
MongoDB Version: 6.0
The text was updated successfully, but these errors were encountered:
we can implement debouncing, so that request will go out after 300ms after user stop giving the input or we can add the button component so that request will go out after the button is clicked.
Description:
I used the file search function in groups and direct messages, but it is not working.
(The search function works fine in channels.)
Additionally, I noticed that each time a character is entered into the search box, the API is called, leading to too many API requests when the keyword consists of multiple characters.
It would be better to allow the user to complete the keyword input and press Enter before triggering the API call.
Steps to reproduce:
Expected behavior:
can search file name
Actual behavior:
Search function for file names in groups and direct messages not working
Server Setup Information:
The text was updated successfully, but these errors were encountered: