Commit c12ab4731b2961b6a12b7d2472bb00f74ad4fc6c

Authored by Andrew Kane
1 parent e005f88d

Updated example [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -878,7 +878,7 @@ Product.search("orange", body_options: {aggs: {price: {histogram: {field: :price @@ -878,7 +878,7 @@ Product.search("orange", body_options: {aggs: {price: {histogram: {field: :price
878 Specify which fields to index with highlighting. 878 Specify which fields to index with highlighting.
879 879
880 ```ruby 880 ```ruby
881 -class Product < ApplicationRecord 881 +class Band < ApplicationRecord
882 searchkick highlight: [:name] 882 searchkick highlight: [:name]
883 end 883 end
884 ``` 884 ```