Module: NaranyaEcm::Search::Methods

Extended by:
ActiveSupport::Concern
Included in:
Category, Content
Defined in:
lib/naranya_ecm/search/methods.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#merge_search_hit_data(hit) ⇒ Object



10
11
12
# File 'lib/naranya_ecm/search/methods.rb', line 10

def merge_search_hit_data(hit)
  @search_score, @search_order = hit.score, hit.order
end