Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Jan 10, 2024
1 parent 4fd9e3b commit eb9a239
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -632,9 +632,9 @@ reset_non_separator_tokens_1: |-
client.index('books').resetNonSeparatorTokens()
get_proximity_precision_settings_1: |-
client.index('books').getProximityPrecision()
update_proximity_precision_attribute_1: |-
update_proximity_precision_settings_1: |-
client.index('books').updateProximityPrecision('byAttribute')
reset_proximity_precision_attribute_1: |-
reset_proximity_precision_settings_1: |-
client.index('books').resetProximityPrecision()
search_parameter_guide_facet_stats_1: |-
client.index('movie_ratings').search('Batman', { facets: ['genres', 'rating'] })
Expand Down

0 comments on commit eb9a239

Please sign in to comment.