Skip to content

Filtering using in operator doesn't work as expected #1520

@dhirschfeld

Description

@dhirschfeld

Bug Report

Steps to Reproduce:

  1. Display trade data using PerspectiveWidget
  2. Filter account == 'STAN2', table correctly updates showing only STAN2
  3. Filter account == 'STAN4', table correctly updates showing only STAN4
  4. Change filter to in, no change as in ['STAN4'] is equivalent to == 'STAN4'
  5. Change to in ['STAN4', 'STAN3'] No Change! 🐛
  6. Confirm 🐛 by changing to in ['STAN5', 'STAN3'] again No Change - table still shows only STAN4 trades.

Actual Result:

perspective_filter

Environment:

Running perspective 0.10.0 in an ubuntu linux container with ipywidgets 7.6.3 running in JupyterLab 3.1.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    JSbugConcrete, reproducible bugs

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions