We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export type RakingScoreDetails = { words?: { order: number matchingWords: number maxMatchingWords: number score: number } typo?: { order: number typoCount: number maxTypoCount: number score: number } proximity?: { order: number score: number } attribute?: { order: number attributes_ranking_order: number attributes_query_word_order: number score: number } exactness?: { order: number matchType: string score: number } [key: string]: Record<string, any> | undefined }
https://github.com/meilisearch/meilisearch-js/blob/main/src/types/types.ts#L157C13-L157C31
The text was updated successfully, but these errors were encountered:
Hey @derekperkins
Thanks for raising this 🙏 If you have time to fix it, it would be great. We'll be able to publish it asap
Sorry, something went wrong.
meilisearch-js meilisearch#1569 Fixed Typo in exported type: RakingSc…
d12867f
…oreDetails -> RankingScoreDetails
fixed typo . @bidoubiwa take a look and suggest any changes if needed #1571
25115c6
Successfully merging a pull request may close this issue.
https://github.com/meilisearch/meilisearch-js/blob/main/src/types/types.ts#L157C13-L157C31
The text was updated successfully, but these errors were encountered: