Skip to content

Commit 90edfe4

Browse files
authored
Update README.md
1 parent 99336b7 commit 90edfe4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ fn main() { block_on(async move {
118118
Movie{id: 6, title: String::from("Philadelphia"), genres: vec!["Drama"]},
119119
], Some("id")).await.unwrap();
120120

121-
// Query movies (note that there is a typo)
121+
// Search in "movies"
122+
// MeiliSearch is typo-tolerant:
122123
println!("{:?}", movies.search().with_query("carlo").execute::<Movie>().await.unwrap().hits);
123124
})}
124125
```

0 commit comments

Comments
 (0)