From c12ab4731b2961b6a12b7d2472bb00f74ad4fc6c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sun, 27 Feb 2022 14:19:46 -0800 Subject: [PATCH] Updated example [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4031af7..c18d7c6 100644 --- a/README.md +++ b/README.md @@ -878,7 +878,7 @@ Product.search("orange", body_options: {aggs: {price: {histogram: {field: :price Specify which fields to index with highlighting. ```ruby -class Product < ApplicationRecord +class Band < ApplicationRecord searchkick highlight: [:name] end ``` -- libgit2 0.21.0