Commit 6efd9aaf270878e7e00edad48a50ce83c66e177e
1 parent
f43f7972
Exists in
master
and in
2 other branches
Updated changelog [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
CHANGELOG.md
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | - Added support for `:async` and `:queue` modes for `reindex` on relation |
5 | 5 | - Added basic protection from unfiltered parameters to `where` option |
6 | 6 | - Added `models` option to `similar` method |
7 | -- Changed async reindex to fetch ids instead of using ranges for numeric primary keys with Active Record | |
7 | +- Changed async full reindex to fetch ids instead of using ranges for numeric primary keys with Active Record | |
8 | 8 | - Changed `searchkick_index_options` to return symbol keys (instead of mix of strings and symbols) |
9 | 9 | - Changed non-anchored regular expressions to match expected results (previously warned) |
10 | 10 | - Updated async reindex job to call `search_import` for nested associations | ... | ... |