meilisearch / meilisearch-swift

Swift client for the Meilisearch API
https://www.meilisearch.com
MIT License
93 stars 26 forks source link

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

Open curquiza opened 8 months ago

curquiza commented 8 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 })