anthonychengit opened a new pull request, #5756: URL: https://github.com/apache/texera/pull/5756
### What changes were proposed in this PR? This PR improves Admin Users search behavior consistency. Changes: - Normalize search values by trimming whitespace and lowercasing before comparison. - Email and Comment search are now case-insensitive. - Clears inactive search fields when applying a different Admin Users search filter. ### Any related issues, documentation, discussions? Related to #3589 ### How was this PR tested? Tested with: - ` node .yarn/releases/yarn-4.14.1.cjs prettier --check src/app/dashboard/component/admin/user/admin-user.component.ts` - `node .yarn/releases/yarn-4.14.1.cjs eslint src/app/dashboard/component/admin/user/admin-user.component.ts` Unit tests were not added in this PR because the change is limited to normalizing existing Admin Users search behavior. I can add focused component tests if needed. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: ChatGPT was used for planning and review assistance. I reviewed and tested the final code before submission. -- 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]
