yabhq / laravel-scout-mysql-driver

Laravel Scout MySQL Driver
MIT License
522 stars 113 forks source link

Allow NOT NULL logic in where clauses. #125

Closed jbardnz closed 2 years ago

jbardnz commented 2 years ago

Just a minor change allows you to use

->where('field', null);

and

->where('field !=', null);