-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
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
There is no option of selecting limit_multi_searches
in multiSearch
using typescript.
#162
Comments
Ah, will fix the types for this. On a side note, even though the multi_search endpoint supports |
Thanks for quick response. Does it makes sense to add it to |
Yeah, I'll probably just add |
Could you try this with |
Looks like |
Description
There is no option of selecting
limit_multi_searches
inmultiSearch
using typescript.Steps to reproduce
typescript complains
Expected Behavior
To already have option for
limit_multi_searches
inMultiSearchRequestSchema
We can see that it is missing.
Actual Behavior
TS2345: Argument of type
{ collection: string; limit_multi_searches: number; }' is not assignable to parameter of type 'Partial<MultiSearchRequestSchema>
.Metadata
1.5.4
Mac OS
The text was updated successfully, but these errors were encountered: