Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature-attributes-to-search-on'…
Browse files Browse the repository at this point in the history
… into feature-attributes-to-search-on
  • Loading branch information
Sam Keene committed Aug 9, 2023
2 parents 24c8d7a + 900efb7 commit 5be4e54
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 5be4e54

Please sign in to comment.