Skip to content

Commit

Permalink
Fix missing index_uid in clean up job (meilisearch#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellnix committed Apr 20, 2024
1 parent 9f71936 commit cdadccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meilisearch-rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ def ms_entries_for(document:, synchronous:)
ms_configurations.filter_map do |options, settings|
{
synchronous: synchronous || options[:synchronous],
index_uid: options[:index_uid],
index_uid: ms_index_uid(options),
primary_key: primary_key
}.with_indifferent_access unless ms_indexing_disabled?(options)
end
Expand Down

0 comments on commit cdadccc

Please sign in to comment.