typesense-api-spec icon indicating copy to clipboard operation
typesense-api-spec copied to clipboard

Remove single search parameter from multi search spec

Open dickermoshe opened this issue 1 year ago • 2 comments

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

dickermoshe avatar May 10 '24 17:05 dickermoshe

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.

kishorenc avatar Jun 13 '24 17:06 kishorenc

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.

kishorenc avatar Jun 13 '24 17:06 kishorenc

https://github.com/typesense/typesense-api-spec/issues/51#issuecomment-2473480292

kishorenc avatar Nov 13 '24 13:11 kishorenc