Skip to content

Commit

Permalink
Merge pull request #1636 from meilisearch/code-sample
Browse files Browse the repository at this point in the history
Add code samples to v1.7
  • Loading branch information
brunoocasali authored Mar 7, 2024
2 parents 85d4fe5 + adb74c7 commit 1c59d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -741,3 +741,5 @@ facet_search_3: |-
facetQuery: 'c',
facetName: 'genres'
})
search_parameter_guide_show_ranking_score_details_1: |-
client.index('movies').search('dragon', { showRankingScoreDetails: true })
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- ./:/home/package

meilisearch:
image: getmeili/meilisearch:latest
image: getmeili/meilisearch:v1.5.0-rc.3
ports:
- "7700"
environment:
Expand Down

0 comments on commit 1c59d51

Please sign in to comment.