We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf73f2c commit e4880b8Copy full SHA for e4880b8
.code-samples.meilisearch.yaml
@@ -312,13 +312,13 @@ getting_started_add_documents_md: |-
312
client.index('movies').add_documents(movies)
313
```
314
315
- [About this gem](https://www.github.com/meilisearch/meilisearch-ruby)
+ [About this SDK](https://www.github.com/meilisearch/meilisearch-ruby)
316
getting_started_search_md: |-
317
```ruby
318
index.search('botman')
319
320
321
322
faceted_search_update_settings_1: |-
323
index.update_attributes_for_faceting([
324
'director',
0 commit comments