lux icon indicating copy to clipboard operation
lux copied to clipboard

Multiple Filter Support

Open dorisjlee opened this issue 3 years ago • 0 comments

Currently when multiple filters are applied it is unclear if an OR or AND is applied. Not enough explanations and information is displayed on the visualization to indicate this. For example, even though clauses are combined via conjunction, in this example, it seems like only one of the filters is being applied.

df.intent = ["Region=New England", "Region=Southeast", "Region=Far West"]
df

image

More work needs to be done to extend the language for supporting OR.

dorisjlee avatar Jul 17 '20 05:07 dorisjlee