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 ed2f906 commit 99336b7Copy full SHA for 99336b7
README.md
@@ -119,7 +119,7 @@ fn main() { block_on(async move {
119
], Some("id")).await.unwrap();
120
121
// Query movies (note that there is a typo)
122
- println!("{:?}", movies.search().with_query("Carol").execute::<Movie>().await.unwrap().hits);
+ println!("{:?}", movies.search().with_query("carlo").execute::<Movie>().await.unwrap().hits);
123
})}
124
```
125
0 commit comments