Closed misog closed 5 years ago
In the documentation there is
["field" => "email", "relation" => "=", "value" => "email21@example.com"],
But the correct example should be
["key" => "email", "relation" => "=", "value" => "email21@example.com"],
... key not field
key
field
Fixed, thanks.
In the documentation there is
But the correct example should be
...
key
notfield