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

Quick Filter - Word Boundary matching is confused by numbers in the Name #4553

Open
stroomdev10 opened this issue Oct 22, 2024 · 1 comment
Assignees
Labels
Milestone

Comments

@stroomdev10
Copy link
Member

No description provided.

@stroomdev10 stroomdev10 added this to the v7.5 milestone Oct 22, 2024
@stroomdev66 stroomdev66 self-assigned this Oct 22, 2024
@at055612
Copy link
Member

This test in TestStringPredicateFactory demonstrates it

                makeFuzzyMatchTest("Word boundary match (numbers) 2",
                        "?TIM",
                        List.of("THIS_IS_MY_FEED_a99",
                                "a99_this_is_my_feed",
                                "IS_THIS_IS_a99_MY_FEED"),
                        List.of("TXHIS_IS_MY_FEED", "timf", "TIMF")),

@stroomdev66 stroomdev66 assigned at055612 and unassigned stroomdev66 Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants