Commit b5305dc6c65104ae2895b054f0ca742339da1727

Authored by Alexander Balashov
Committed by Andrew Kane
1 parent 109baa87

Update README `keyword` usage (#1044)

to the current ES version according to https://github.com/ankane/searchkick/blob/61ede188042c843c1dfd15fc724379ce69353887/test/test_helper.rb#L457

Otherwise, it's confusing
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.md
... ... @@ -1421,7 +1421,7 @@ class Product < ApplicationRecord
1421 1421 searchkick mappings: {
1422 1422 product: {
1423 1423 properties: {
1424   - name: {type: "string", analyzer: "keyword"}
  1424 + name: {type: "keyword"}
1425 1425 }
1426 1426 }
1427 1427 }
... ...