Skip to content

Commit

Permalink
Merge #673
Browse files Browse the repository at this point in the history
673: Fix similar docs code sample r=brunoocasali a=norkunas

# Pull Request

## Related issue
Fixes #672

## What does this PR do?
- ...

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?


Co-authored-by: Tomas Norkūnas <[email protected]>
  • Loading branch information
meili-bors[bot] and norkunas authored Sep 15, 2024
2 parents 825d83e + a13abe2 commit 884789e
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 @@ -743,7 +743,7 @@ search_parameter_guide_matching_strategy_3: |-
$client->index('movies')->search('white shirt', ['matchingStrategy' => 'frequency']);
get_similar_post_1: |-
$similarQuery = new SimilarDocumentsQuery('TARGET_DOCUMENT_ID');
$client->index('INDEX_NAME')->getSimilar($similarQuery);
$client->index('INDEX_NAME')->searchSimilarDocuments($similarQuery);
multi_search_federated_1: |-
$client->multiSearch([
(new SearchQuery())
Expand Down

0 comments on commit 884789e

Please sign in to comment.