The following (manually edited) filter caused an exception in the segment editor: ```elixir %{ "$or" => [ %{ "$and" => [ %{"messages" => %{"opened_at" => %{"$empty" => false}}}, %{"status" => "active"} ] } ] } ```
The following (manually edited) filter caused an exception in the segment editor: