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 2bc8c74 commit 0a90ba3Copy full SHA for 0a90ba3
src/indexes.rs
@@ -1694,7 +1694,7 @@ impl<Http: HttpClient> Index<Http> {
1694
/// # tokio::runtime::Builder::new_current_thread().enable_all().build().unwrap().block_on(async {
1695
/// # let client = Client::new(MEILISEARCH_URL, Some(MEILISEARCH_API_KEY)).unwrap();
1696
/// # let movies = client.index("similar_query");
1697
- /// #
+ /// #
1698
/// let query = SimilarQuery::new(&movies, "1", "default").build();
1699
/// let results = movies.similar_query::<Movie>(&query).await.unwrap();
1700
///
0 commit comments