You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.The text was updated successfully, but these errors were encountered: