Commit
b116563a08a32a03ee25ca66502d0e584040b173
Exists in
master
and in
21 other branches
allow_missing, conversions_period, conversions_v2, eager_load, find_in_batches, highlighted, index_name, lazy_index_name, less_deps, nested, reindex_async_threads, reindex_refactor, relation, relation_search, routing_queue, scope_attributes, search_as_you_type, synonyms_ci, test_language, threads, wildcard
Added todo
| @@ -19,6 +19,7 @@ module Searchkick |
| @@ -19,6 +19,7 @@ module Searchkick |
19
| index.import batch |
19
| index.import batch |
20
| end |
20
| end |
21
| else |
21
| else |
| |
22
| + # TODO import in batches |
22
| index.import scope.all |
23
| index.import scope.all |
23
| end |
24
| end |
24
| |
25
| |