Skip to content

Commit

Permalink
docs(elasticsearch-plugin): Add note on minimum version of Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Mar 2, 2020
1 parent 614d195 commit a574fa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/elasticsearch-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Vendure Elasticsearch Plugin

The `ElasticsearchPlugin` uses Elasticsearch to power the the Vendure product search.
The `ElasticsearchPlugin` uses Elasticsearch to power the the Vendure product search.

**Requires Elasticsearch v7.0 or higher.**

`npm install @vendure/elasticsearch-plugin`

Expand Down
2 changes: 2 additions & 0 deletions packages/elasticsearch-plugin/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import { ElasticsearchOptions, mergeWithDefaults } from './options';
*
* ## Installation
*
* **Requires Elasticsearch v7.0 or higher.**
*
* `yarn add \@vendure/elasticsearch-plugin`
*
* or
Expand Down

0 comments on commit a574fa1

Please sign in to comment.