README.md in meilisearch-rails-0.8.1 vs README.md in meilisearch-rails-0.9.0

- old
+ new

@@ -60,11 +60,11 @@ To learn more about Meilisearch, check out our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/). ## 🤖 Compatibility with Meilisearch -This package only guarantees the compatibility with the [version v1.0.0 of Meilisearch](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0). +This package guarantees compatibility with [version v1.x of Meilisearch](https://github.com/meilisearch/meilisearch/releases/latest), but some features may not be present. Please check the [issues](https://github.com/meilisearch/meilisearch-rails/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3Aenhancement) for more info. ## 🔧 Installation <!-- omit in toc --> This package requires Ruby version 2.6.0 or later and Rails 5.2 or later. @@ -183,9 +183,10 @@ # The following parameters are applied when calling the search() method: attributes_to_highlight ['*'] attributes_to_crop [:description] crop_length 10 + faceting max_values_per_facet: 2000 pagination max_total_hits: 1000 end end ```