Skip to content

Commit

Permalink
Add code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Jan 9, 2024
1 parent 4e4b2e7 commit 1786e67
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,12 @@ update_non_separator_tokens_1: |-
client.index('books').updateNonSeparatorTokens(['@', '#'])
reset_non_separator_tokens_1: |-
client.index('books').resetNonSeparatorTokens()
get_proximity_precision_attribute_1 : |-
client.index('books').getProximityPrecision()
update_proximity_precision_attribute_1: |-
client.index('books').updateProximityPrecision('byAttribute')
reset_proximity_precision_attribute_1: |-
client.index('books').resetProximityPrecision()
search_parameter_guide_facet_stats_1: |-
client.index('movie_ratings').search('Batman', { facets: ['genres', 'rating'] })
geosearch_guide_filter_settings_1: |-
Expand Down

0 comments on commit 1786e67

Please sign in to comment.