Method: Workarea::Search::ProductSearch#boosted_fields
- Defined in:
- app/queries/workarea/search/product_search.rb
#boosted_fields ⇒ Object
71 72 73 74 75 76 |
# File 'app/queries/workarea/search/product_search.rb', line 71 def boosted_fields text_fields = pass > PASSES.first ? boosts : boosts.except(:description) text_fields.map do |name, boost| "content.#{name}^#{boost || 1}" end end |