Hi Quick question, tried to find in documentation ...
# community-help
p
Hi Quick question, tried to find in documentation but dint find any. Does
/multi_search
always returns 200 ? even though there is error from typesense (Ex field doesn't exists in the collection). TIA
j
That’s correct. This is to account for partial errors / successes in some documents. So you want to always parse the response body to look for errors
p
Yeah make sense. Thanks for the quick reply.