rakam-io / rakam-api

📈 Collect customer event data from your apps. (Note that this project only includes the API collector, not the visualization platform)
https://rakam.io
GNU Affero General Public License v3.0
799 stars 105 forks source link

Funnel Filter Operator IN does not work as expected #78

Closed sambitdixit closed 7 years ago

sambitdixit commented 7 years ago

When i add filter, lets say i chose dimension as "platform" from filter and then chose operator as "in", then i entered following in the textbox "android,iphone,windows

screen shot 2017-08-21 at 5 54 25 pm

".

buremba commented 7 years ago

The problem was that the comma doesn't actually add new items to the list. You need to press enter in order to add new items. Also pressing the apply button doesn't help since it doesn't have control on the input element. I added a placeholder that says press enter to add, hope it helps.

sambitdixit commented 7 years ago

thanks it works