Skip to content

Commit f11e752

Browse files
authored
Add vector type
1 parent b61ca0d commit f11e752

File tree

1 file changed

+1
-0
lines changed
  • packages/instant-meilisearch/src/types

1 file changed

+1
-0
lines changed

packages/instant-meilisearch/src/types/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export type OverridableMeiliSearchSearchParameters = Pick<
5757
| 'rankingScoreThreshold'
5858
| 'showMatchesPosition'
5959
| 'showRankingScore'
60+
| 'vector'
6061
>
6162

6263
type BaseInstantMeiliSearchOptions = {

0 commit comments

Comments
 (0)