Skip to content

Commit

Permalink
Merge pull request #415 from dmitry/fix/missing-script-fields-in-sear…
Browse files Browse the repository at this point in the history
…ch-delegate

Missing `script_fields` in the search delegate
  • Loading branch information
pyromaniac authored Aug 16, 2016
2 parents 2e4de96 + fe19152 commit f501722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chewy/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module Search
:boost_factor, :weight, :random_score, :field_value_factor, :decay, :aggregations,
:suggest, :none, :strategy, :query, :filter, :post_filter, :boost_mode,
:score_mode, :order, :reorder, :only, :types, :delete_all, :find, :total,
:total_count, :total_entries, :unlimited, to: :all
:total_count, :total_entries, :unlimited, :script_fields, to: :all
end

module ClassMethods
Expand Down

0 comments on commit f501722

Please # to comment.