Skip to content

Commit

Permalink
Typo correction in AttributesToSearchOn code example
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno Casali <[email protected]>
  • Loading branch information
SKeeneCode and brunoocasali authored Aug 8, 2023
1 parent 8f0a2b9 commit 900efb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ search_parameter_guide_attributes_to_search_on_1: |-
{
AttributesToSearchOn = new[] { "overview" }
};
await client.Index("movies").SearchAsync<Movie>("exciting", searchQuery);
await client.Index("movies").SearchAsync<Movie>("adventure", searchQuery);
documents_guide_add_movie_1: |-
var movie = new[]
{
Expand Down

0 comments on commit 900efb7

Please sign in to comment.