meilisearch / documentation

Meilisearch documentation

Home Page:https://docs.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.7: Stabilize `scoreDetails`

guimachiavelli opened this issue · comments

v1.7 stabilizes scoreRankingDetails. The feature is no longer gated behind an experimental feature. To activate it, users must set the search parameter showRankingScoreDetails to true.

Questions

  • what happens if a user sets showRankingScore to false and showRankingScoreDetails to true?

Tasks

  • Remove /learn/experimental/ranking_rule_score_details
  • Set up redirect for removed page pointing to search parameters page
  • Update /reference/api/search

References

Hello 👋

what happens if a user sets showRankingScore to false and showRankingScoreDetails to true?

they will see the _rankingScoreDetails, but not the _rankingScore.

Both of these can be displayed or hidden independently.