meilisearch / meilisearch-go

Golang wrapper for the Meilisearch API
https://www.meilisearch.com
MIT License
519 stars 85 forks source link

[v.1.7] Able to use `showRankingScoreDetails` parameter at search #518

Closed curquiza closed 5 months ago

curquiza commented 6 months ago

Following this central issue

This is related to a newly introduced feature in Meilisearch v1.7.0: show ranking score details at search.

Refer to docs for more information.

client.index('movies').search('dragon', { showRankingScoreDetails: true })