typesense-api-spec
typesense-api-spec copied to clipboard
Remove single search parameter from multi search spec
Change Summary
Fixed https://github.com/typesense/typesense-api-spec/issues/51 Seems that this was copied from the single search by mistake
PR Checklist
- [x] I have read and signed the Contributor License Agreement.
All of the multi search parameters can be sent as a GET param to the /multi_search API. I think that's what that block exists for.
To elaborate, GET parameters to the multi_search API will be applied to all the internal search parameters commonly. This avoids repeating common parameters in the POST body for each individual multi-search request.
https://github.com/typesense/typesense-api-spec/issues/51#issuecomment-2473480292