Skip to content

Commit

Permalink
Merge #1576
Browse files Browse the repository at this point in the history
1576: Fix .code-samples.meilisearch.yaml r=brunoocasali a=curquiza



Co-authored-by: Clémentine U. - curqui <[email protected]>
  • Loading branch information
meili-bors[bot] and curquiza authored Sep 12, 2023
2 parents 9b11b07 + 7735e26 commit 9c97e21
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 9c97e21

Please sign in to comment.