You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the `updateId`, you can check the status (`processed` or `failed`) of your documents addition thanks to this [method](#update-status).
89
84
90
-
#### Search in index<!-- omit in toc -->
85
+
#### Basic Search<!-- omit in toc -->
91
86
92
87
```ruby
93
88
# MeiliSearch is typo-tolerant:
@@ -107,131 +102,9 @@ Output:
107
102
}
108
103
```
109
104
110
-
## 🤖 Compatibility with MeiliSearch
111
-
112
-
This package only guarantees the compatibility with the [version v0.15.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.15.0).
113
-
114
-
## 🎬 Examples
115
-
116
-
All HTTP routes of MeiliSearch are accessible via methods in this SDK.</br>
117
-
You can check out [the API documentation](https://docs.meilisearch.com/references/).
This package only guarantees the compatibility with the [version v0.15.0 of MeiliSearch](https://github.com/meilisearch/MeiliSearch/releases/tag/v0.15.0).
135
+
136
+
## 📖 Documentation and Examples
137
+
138
+
MeiliSearch documentation provides **examples** and a detailed explanation of every one of its features and functionalities, including examples on how to implement them **using this SDK**.
139
+
140
+
Please read the [guides available in the documentation](https://docs.meilisearch.com/guides/) or check the [API references](https://docs.meilisearch.com/references/) to find the one that you need!
0 commit comments