Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: laravel/scout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.x
Choose a base ref
...
head repository: laravel/scout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 11.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 8 contributors

Commits on Dec 15, 2022

  1. v11 dev

    driesvints committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    cf93b3f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Merge branch '10.x'

    # Conflicts:
    #	CHANGELOG.md
    #	src/EngineManager.php
    driesvints committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    48d9fbe View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge branch '10.x'

    driesvints committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    8d61f7f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Merge branch '10.x'

    # Conflicts:
    #	CHANGELOG.md
    #	src/Scout.php
    driesvints committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c5bda21 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Meilisearch: support filtering with backed enums (#759)

    * Meilisearch: support filtering with backed enums
    
    * Update composer.json
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    Carlwirkus and taylorotwell authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f82e85d View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    bf487be View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Apply fixes from StyleCI

    StyleCIBot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    49bfc50 View commit details
    Browse the repository at this point in the history
  2. Merge branch '10.x' into 11.x

    # Conflicts:
    #	CHANGELOG.md
    #	src/Engines/AlgoliaEngine.php
    #	src/Scout.php
    driesvints committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    7f8ae9f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. [11.x] Removed numeric filters (#839)

    * Removed numericFilters from AlgoliaEngine.
    
    * Added upgrade entry for algolia filters.
    
    * Update UPGRADE.md
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    Boorinio and taylorotwell authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    86afd4f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Update UPGRADE.md

    driesvints authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2bfdd53 View commit details
    Browse the repository at this point in the history
  2. [11.x] Use scout prefix when deleting all indexes (#841)

    * use scout prefix when deleting indexes
    
    * document changed behavior
    
    * Update MeilisearchEngine.php
    
    * Update UPGRADE.md
    
    ---------
    
    Co-authored-by: Taylor Otwell <taylor@laravel.com>
    macbookandrew and taylorotwell authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e1d4d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge branch '10.x' into 11.x

    # Conflicts:
    #	CHANGELOG.md
    #	src/Scout.php
    driesvints committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fa7b782 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Excludes /types via .gitattributes (#907)

    fixes #906
    crynobone authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    8c07215 View commit details
    Browse the repository at this point in the history
Loading