-
Type:
Bug
-
Resolution: Done
-
Priority:
Critical - P2
-
Affects Version/s: None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
User::whereNot('title', 'admin')->get()
Generates the following query
{ $not: { title: 'admin' }}
Which is incorrect
unknown top level operator: $not. If you are trying to negate an entire expression, use $nor.
- is caused by
-
PHPLARA-205 Test and fix Query\Builder::whereNot
-
- Closed
-