Skip to content

Commit

Permalink
Add not in filter to valid string type filters in `<perspective-vie…
Browse files Browse the repository at this point in the history
…wer>`
  • Loading branch information
texodus committed Aug 23, 2022
1 parent 72c17d7 commit b408f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rust/perspective-viewer/src/rust/components/filter_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ impl FilterItemProps {
FilterOp::Contains,
FilterOp::EndsWith,
FilterOp::In,
FilterOp::NotIn,
FilterOp::IsNotNull,
FilterOp::IsNull,
],
Expand Down
2 changes: 1 addition & 1 deletion rust/perspective-viewer/test/results/results.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"dragdrop_column-selector-modes_dragover_from_named_to_required_columns_should_swap": "03b0c8eba4819d05a130a0638a70f402",
"dragdrop_column-selector-modes_dragover_from_optional_to_empty_columns_should_move": "ff421d41876b1a9c5f718e4fb232bb52",
"dragdrop_column-selector-modes_dragover_from_optional_to_required_columns_should_swap": "2614464a623cb68ee313f13335cc8b47",
"dragdrop_column-selector-modes_dragover_filter_in_should_work": "f7586315a35dfc45a7e798385017d3f5",
"dragdrop_column-selector-modes_dragover_filter_in_should_work": "ae436125a7db68a1021b89f110cbb133",
"superstore-all_migrate_restore__Bucket_by_year_": "b65b7cfd668168e0fb2f631df63a51a8",
"superstore-all_migrate_restore__Plugin_config_color_mode_": "993e68451858d6e9cb85b6282445bae0",
"superstore-all_migrate_restore__New_Datagrid_style_API_": "993e68451858d6e9cb85b6282445bae0",
Expand Down

0 comments on commit b408f58

Please sign in to comment.