- First commit to issue fork.
- ðºðžUnited States zenphp Norwood, NY
There are a couple of levels of Lambda functions contained within the GoogleAnalyticsQuery::query() method. They have all been defined as static lambdas, but buried within them is a call to $this->t().
- @zenphp opened merge request.
- Status changed to Needs review
over 1 year ago 7:57am 7 June 2023 - ð®ð¹Italy marco.aresu Cagliari
Operator dimension filters are wrong.
I fixed operator as described in this article
I fixed these operators.- contains: =@
- not: !@
- regular_expression: =~
- not_regular_expression: !~