zuzana-vej opened a new issue #12644:
URL: https://github.com/apache/superset/issues/12644
When trying to add a multi value filter using IN and a space-separated value
(e.g. Russian Federation) the UI splits the value at the space (e.g. breaking
it into "Russian", "Federation"). Adding quotes doesn't help. Using the custom
sql feature works as a workaround.
### Expected results
One value added ("Russian Federation")
### Actual results
Two values added ("Russian", "Federation") or ("United", "States")
#### Screenshots
Trying to type "San Francisco" - as soon as user hits space, it splits into
two filter values.

#### How to reproduce the bug
1. Go to Explore
2. Click on Filter
3. Try to add a space separated value, such as "United States"
4. See error
### Environment
Browser: Chrome
Version: latest master
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [x] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [x] I have reproduced the issue with at least the latest released version
of superset.
- [ ] I have checked the issue tracker for the same issue and I haven't
found one similar.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]