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

FilterChooser does not support fields with display names that include words in reg exp list #3847

Open
saba-mo opened this issue Dec 9, 2024 · 0 comments

Comments

@saba-mo
Copy link
Contributor

saba-mo commented Dec 9, 2024

If the filter chooser model includes a field where the display name includes a certain word (like, not like, begins, ends, is), the query incorrectly spilts the display name and results in the wrong field name. This was seen in a client app where the display name that started with "is" appeared in the filter chooser's options, but selecting it led to the "No matches found" message. See QueryEngine's getDecomposedQuery method.

@saba-mo saba-mo changed the title FilterChooser does not support field's with display names that includes words in reg exp list FilterChooser does not support fields with display names that includes words in reg exp list Dec 9, 2024
@saba-mo saba-mo changed the title FilterChooser does not support fields with display names that includes words in reg exp list FilterChooser does not support fields with display names that include words in reg exp list Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants