Skip to content

Commit

Permalink
document changed behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
macbookandrew committed Jun 24, 2024
1 parent 9ee43c7 commit acdd5e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

In previous Scout releases, the Algolia engine utilized `numericFilters` to power `where` conditions. However, `numericFilters` does not support simple string matching. In Scout 11.x, `filters` is now used instead of `numericFilters`.

### Meilisearch Engine `scout:delete-all-indexes` command

In previous releases, the Meilisearch engine’s `scout:delete-all-indexes` command would drop all indexes from the Meilisearch server. In Scout 11.x, the command drops only indexes with the app’s currently-configured Scout prefix (see `SCOUT_PREFIX` env variable and/or `scout.prefix` config key).

## Upgrading To 10.0 From 9.x

### Minimum Versions
Expand Down

0 comments on commit acdd5e3

Please sign in to comment.