-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Allow overriding the rankingScoreThreshold
search parameter when making requests.
Basic example
const { searchClient } = instantMeiliSearch(
process.env.NEXT_PUBLIC_MEILISEARCH_HOST as string,
process.env.NEXT_PUBLIC_MEILISEARCH_API_KEY,
{
primaryKey: 'id',
meiliSearchParams: {
rankingScoreThreshold: 0.5
}
}
)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers