Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite query builder to support all missing methods #761

Closed
wants to merge 3 commits into from

Commits on Sep 4, 2023

  1. 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.
    guestpectacular committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    df9e64b View commit details
    Browse the repository at this point in the history
  2. 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.
    guestpectacular committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    a69072a View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/10.x' into 10.x

    # Conflicts:
    #	src/Builder.php
    #	src/Engines/MeilisearchEngine.php
    #	tests/Unit/MeilisearchEngineTest.php
    guestpectacular committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    1101ecb View commit details
    Browse the repository at this point in the history