Commit 47127913aa664c197acc81eb6059b94b3a4b68b5

Authored by Andrew
1 parent 15df2a55
Exists in routing_queue

Added todo [skip ci]

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
lib/searchkick/record_indexer.rb
... ... @@ -26,6 +26,8 @@ module Searchkick
26 26 routing = record.search_routing
27 27 end
28 28  
  29 + # TODO before merge
  30 + # escape separator character
29 31 value = record.id.to_s
30 32 value = "#{value}|#{routing}" if routing
31 33 index.reindex_queue.push(value)
... ...