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
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Filtering on columns that contain a space in their name results in the filter string being considered as invalid.
After looking at the docs, it most likely is that the filter parser is being confused when turning the filter string into <column name> <operator> <value>
Temporary fix is, of course, removing spaces from column names.