Skip to content

Commit

Permalink
negating a previously set filter
Browse files Browse the repository at this point in the history
  • Loading branch information
macobo committed Dec 3, 2024
1 parent 2ff93f8 commit 2806e8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3187,6 +3187,7 @@ defmodule PlausibleWeb.Api.ExternalStatsController.QueryTest do
"dimensions" => ["visit:browser"],
"filters" => [
["is", "event:props:browser", ["CHROME", "sAFari"], %{"case_sensitive" => false}],
# Negate a previously set filter
["is_not", "event:props:browser", ["Chrome"], %{"case_sensitive" => false}],
["is", "event:props:prop", ["target_value"]]
]
Expand Down

0 comments on commit 2806e8d

Please sign in to comment.