mmanos / laravel-search

A search package for Laravel 5.
MIT License
352 stars 59 forks source link

Added where null method to query to match null values #37

Closed dmyers closed 5 years ago

dmyers commented 9 years ago

This adds a whereNull() method to query class similar to Eloquent has which will match null values across all search drivers since a simple Search::where('field', null) will not work with search drivers with complex data type support such arrays.

mmanos commented 8 years ago

I know we talked about this in person, but just so we don't forget we agreed we need this method to support at least more than one driver before we merge it in.