Commit 63db6577f725bb45ef80deb3eef44baac784f116
1 parent
0e0e8192
Exists in
master
and in
2 other branches
Updated readme [skip ci]
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
README.md
@@ -86,7 +86,7 @@ products.each do |product| | @@ -86,7 +86,7 @@ products.each do |product| | ||
86 | end | 86 | end |
87 | ``` | 87 | ``` |
88 | 88 | ||
89 | -Searchkick supports the complete [Elasticsearch Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html). As your search becomes more advanced, we recommend you use the [Elasticsearch DSL](#advanced) for maximum flexibility. | 89 | +Searchkick supports the complete [Elasticsearch Search API](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html) and [OpenSearch Search API](https://opensearch.org/docs/latest/opensearch/rest-api/search/). As your search becomes more advanced, we recommend you use the [search server DSL](#advanced) for maximum flexibility. |
90 | 90 | ||
91 | ## Querying | 91 | ## Querying |
92 | 92 | ||
@@ -1652,7 +1652,7 @@ ReindexConversionsJob.perform_later("Product") | @@ -1652,7 +1652,7 @@ ReindexConversionsJob.perform_later("Product") | ||
1652 | 1652 | ||
1653 | ## Advanced | 1653 | ## Advanced |
1654 | 1654 | ||
1655 | -Searchkick makes it easy to use the Elasticsearch DSL on its own. | 1655 | +Searchkick makes it easy to use the Elasticsearch or OpenSearch DSL on its own. |
1656 | 1656 | ||
1657 | ### Advanced Mapping | 1657 | ### Advanced Mapping |
1658 | 1658 |