Skip to content

Commit

Permalink
Rewrite query builder to support all missing methods.
Browse files Browse the repository at this point in the history
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
guestpectacular committed Sep 4, 2023
1 parent bc8b327 commit df9e64b
Show file tree
Hide file tree
Showing 3 changed files with 1,038 additions and 171 deletions.
Loading

0 comments on commit df9e64b

Please sign in to comment.