Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite query builder to support all missing methods.
Add all missing methods from Illuminate\Database\Query\Builder into Laravel\Scout\Builder, where, orWhere, whereIn, orWhereIn, whereNotIn, orWhereNotIn, whereExists, orWhereExists, whereNotExists, whereBetween, whereNull, orWhereNull, whereNotNull, whereIsEmpty, orWhereIsEmpty, whereIsNotEmpty. Add tests.
- Loading branch information