Currently the "Filter by column value" analysis, when working with strings, only allows filtering by one value at a time. Many users will need to filter by multiple values at a time. The multiple selector, like that used in "Predict trends and volatility" or the JOIN analysis, would be perfect here.
This format is more common:
SELECT * FROM awesome_stuff WHERE name IN ('andy', 'jamon', 'raul')
Currently something like this is happening through camshaft:
SELECT * FROM awesome_stuff WHERE name = 'jamon'
By allowing for multiple string values to be selected, the user will have options more similar to what is offered in the float version, which allows ranges to be selected.
To make it more advanced, we could do something like 'strings beginning or ending with...'
The origin of this request is through a client.
cc @xavijam @rochoa
This is already supported at analysis level. I guess we just need to incorporate it to the UI.
cc @javierarce
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
cc @arianaescobar
yasss!
Maybe we could prepare the UI and the RT could implement it @ramiroaznar
Here's a related one on fuzzier searches: https://github.com/CartoDB/cartodb/issues/9382
Don't push it, Andy 馃槢
j/k, that would be cool too
I have also this one https://github.com/CartoDB/solutions/issues/943 but notice that RT top priority is fixing urgent and client stuff, I am going to try to group all requests from same features into one and pass it to @alonsogarciapablo
@ramiroaznar we can open a single issue on this repo with those two enhancements to the "Filter by column" analysis. It might be a "small" enough issue to go through the RT if you think it's important.
Stale issue. Closing 馃憢