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

Data Filter Command: Account for Space Values #27

Open
Herbsta opened this issue Feb 18, 2025 · 1 comment
Open

Data Filter Command: Account for Space Values #27

Herbsta opened this issue Feb 18, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@Herbsta
Copy link

Herbsta commented Feb 18, 2025

The current Data Filter Command palette does not handle data that contains spaces. Therefore, when you try search for values that contain spaces from within the palette it fails.

Would there be scope for this to be able to handle data containing spaces, possibly by the use of quotation marks?

NB: If the filter field is set to commandDisabled then the spaces are handled correctly, just unfortunately cannot use the command palette for the filtering.

@mxkaske
Copy link
Member

mxkaske commented Feb 20, 2025

Valid issue and definitely not an edge case! That is something I have been thinking about, yet haven't been able to tackle on.

Yes, my first intuition was also to use quotes like prop:"account with space" to bound the values.

Can't tell you when but it's on the todos. Thanks for pointing it out!

Edit: It will require the input filter to be touched as well as both fields are synced. We will most likely have to parse the message (").

@mxkaske mxkaske added the enhancement New feature or request label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants