Commit 6e7ca8c4da994de04e58a8549ac28fc676020b8e

Authored by Andrew Kane
1 parent 694e66e4

Updated OpenSearch instructions [skip ci]

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
README.md
... ... @@ -58,6 +58,12 @@ Add this line to your application’s Gemfile:
58 58 gem 'searchkick'
59 59 ```
60 60  
  61 +For OpenSearch, also add:
  62 +
  63 +```ruby
  64 +gem 'elasticsearch', '< 7.14'
  65 +```
  66 +
61 67 The latest version works with Elasticsearch 6 and 7 and OpenSearch 1. For Elasticsearch 5, use version 3.1.3 and [this readme](https://github.com/ankane/searchkick/blob/v3.1.3/README.md).
62 68  
63 69 Add searchkick to models you want to search.
... ...