Skip to content

Commit

Permalink
Fix code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Oct 23, 2024
1 parent ad48f81 commit e66c494
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 @@ -771,7 +771,7 @@ search_parameter_guide_hybrid_1: |-
}
})
get_similar_post_1: |-
client.index('INDEX_NAME').searchSimilarDocuments({ id: 'TARGET_DOCUMENT_ID'})
client.index('INDEX_NAME').searchSimilarDocuments({ id: 'TARGET_DOCUMENT_ID', embedder: 'default' })
search_parameter_guide_matching_strategy_3: |-
client.index('movies').search('white shirt', {
matchingStrategy: 'frequency'
Expand Down

0 comments on commit e66c494

Please sign in to comment.