We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b61ca0d commit f11e752Copy full SHA for f11e752
packages/instant-meilisearch/src/types/types.ts
@@ -57,6 +57,7 @@ export type OverridableMeiliSearchSearchParameters = Pick<
57
| 'rankingScoreThreshold'
58
| 'showMatchesPosition'
59
| 'showRankingScore'
60
+ | 'vector'
61
>
62
63
type BaseInstantMeiliSearchOptions = {
0 commit comments