Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-6147] Make interpreter searching case-insensitive in new ui
### What is this PR for? The interpreter search in the new UI doesn’t ignore case sensitivity, unlike the old UI. I updated it to be case-insensitive in the new UI as well for better UX. ### What type of PR is it? Improvement ### Todos ### What is the Jira issue? [ZEPPELIN-6147](https://issues.apache.org/jira/browse/ZEPPELIN-6147/) ### How should this be tested? * Ensure interpreters can be searched case-insensitively ### Screenshots (if appropriate) **old ui** <img src="https://github.com/user-attachments/assets/3096ed71-6e76-4dcb-b3db-ecac9d1ca2e6" width="450" /> **new ui (before update)** <img src="https://github.com/user-attachments/assets/371bdc9f-a0d2-47bd-b3c0-1786470758a9" width="450" /> ### Questions: * Does the license files need to update? * Is there breaking changes for older versions? * Does this needs documentation? Closes #4897 from seung-00/ZEPPELIN-6147. Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
- Loading branch information