Skip to content

Status filter causes exception in Segment editor #494

@wmnnd

Description

@wmnnd

The following (manually edited) filter caused an exception in the segment editor:

 %{
    "$or" => [
      %{
        "$and" => [
          %{"messages" => %{"opened_at" => %{"$empty" => false}}},
          %{"status" => "active"}
        ]
      }
    ]
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions