Skip to content

Commit

Permalink
Fix .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Sep 12, 2023
1 parent 9b11b07 commit 7735e26
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 @@ -554,7 +554,7 @@ faceted_search_update_settings_1: |-
client.index('movie_ratings').updateFilterableAttributes(['genres', 'rating', 'language'])
faceted_search_1: |-
client.index('books').search('classic', { facets: ['genres', 'rating', 'language'] })
PLEASE_UPDATE_ME>>>>>>>>>>>>>faceted_search_2: |-
faceted_search_2: |-
client.multiSearch({
queries: [
{
Expand Down

0 comments on commit 7735e26

Please sign in to comment.