Open jdeboer opened 9 years ago
For example:
Segment(Expr(~pagepath %matches% "products")) & Segment(Expr(~source == "google"))
Should be equivalent to:
Segment(Include(Expr(~pagepath %matches% "products")), Include(Expr(~source == "google")))
For example:
Should be equivalent to: