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: v9.5.1
Choose a base ref
...
head repository: laravel/scout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.6.0
Choose a head ref
  • 5 commits
  • 7 files changed
  • 5 contributors

Commits on Dec 8, 2022

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    12038d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. [9.x] Add command delete-all-indexes, update scout:index to allow FQC…

    …N and apply filterable on SoftDeletes (#671)
    
    * Added command delete-all-indexes. For now, only Meilisearch support it natively
    
    * fix style
    
    * Added `__soft_deleted` filterable method for Meilisearch Index when Model use SoftDeletes trait.
    
    * Updated command scout:index to allow name to be a FQCN.
    Applied filterable soft deletes when name is a FQCN (and use SoftDeletes).
    
    * command scout:index fix to get settings when using FQCN in scout config
    
    * formatting
    
    * formatting
    
    Co-authored-by: Taylor Otwell <[email protected]>
    kichetof and taylorotwell authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    7d5e527 View commit details
    Browse the repository at this point in the history
  2. Apply fixes from StyleCI

    StyleCIBot committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    2bc384e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. [9.x] Added soft deleted to Meilisearch (OOTB included) (#672)

    * Added soft deleted to Meilisearch
    
    * formatting
    
    Co-authored-by: Taylor Otwell <[email protected]>
    kichetof and taylorotwell authored Dec 12, 2022
    Configuration menu
    Copy the full SHA
    53130b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Update EngineManager.php

    driesvints authored Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3abf302 View commit details
    Browse the repository at this point in the history
Loading