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 Sep 22, 2021. It is now read-only.
Filtering by single-word column names (e.g., chamber, size, state) works fine, but filtering by multi-word column names (e.g., region code, Building State) does not, even with those column names are URL encoded (e.g., region+code or region%20code). Add in support for URL-encoded multi-word column names, and document the need to URL encode them (as opposed to represent spaces with hyphens or underscores).