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

Filter results for auto suggestion should forward previous filters incase of AND #92

Open RameshByndoor opened 6 years ago

RameshByndoor commented 6 years ago

If filters are AND then auto suggestion results also include AND of previous filter.

Example: filter1::county='thecountry' AND filter2::city='thecity' then Before auto suggesting city control query should include county='thecountry'