Skip to content
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

fix: Typeahead expression search doesn't hit Bean Method with b #1038

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

igarashitm
Copy link
Contributor

Fixes: #1027

@igarashitm igarashitm requested a review from lordrip April 26, 2024 02:03
newSelectOptions = languageCatalogMap.filter((menuItem) =>
String(menuItem.value).toLowerCase().includes(filterValue.toLowerCase()),
newSelectOptions = languageCatalogMap.filter(
(menuItem) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just an extremely 💅 💅 , maybe we could simply lowercase the filterValue once before using it in each filter pass, we can do it in another PR 👌

Copy link
Member

@lordrip lordrip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @igarashitm 💪

@lordrip lordrip merged commit a3aeb55 into KaotoIO:main Apr 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typeahead expression search doesn't hit Bean Method with b
2 participants