Skip to content

Commit 7b4d607

Browse files
committed
chore: fix description
1 parent af5c124 commit 7b4d607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client-search/src/types/Settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ export type Settings = {
348348
* Whether this index should use Dynamic Re-Ranking.
349349
* @link https://www.algolia.com/doc/guides/algolia-ai/re-ranking/
350350
*
351-
* Note: In order for this parameter to work, the index needs to be opted in to the Dynamic Re-Ranking feature, if your plan allows it.
352-
* This can be done in the dashboard.
351+
* Note: You need to turn on Dynamic Re-Ranking on your index for it to have an effect on
352+
* your search results. You can do this through the Re-Ranking page on the dashboard.
353353
*/
354354
readonly enableReRanking?: boolean;
355355

0 commit comments

Comments
 (0)