devabhishekpal commented on PR #7168: URL: https://github.com/apache/ozone/pull/7168#issuecomment-2358720465
Hi @devmadhuu thanks for checking this out. 1. For the search one we are not currently having any button to submit the search behaviour in which case we could have used trim() in order to remove whitespaces as we know when the user clicks the button they have finished entering their input. In the current behaviour we do not know if user wants to type any other word after space ex if the user wants to search for `some text` and he only enters till `some ` if we trim, it will remove space from the input thus not allowing spaces to be typed. So we cannot handle that scenario as the search is automatically performed if nothing is entered for 3s and we do not know if the space is intentional from the user in order to type further characters or accidentally entered. 2. Could you let me know the repro behaviour for this? The State and Operational state columns are added unless the user disables them from the column selector. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
