Generating cURL String from Client Libraries for MultiSearch in Golang
TLDR Raymond asked about generating a cURL string from client libraries in Golang. Kishore Nallan advised debugging through the client into the http layer. Raymond fixed the issue and suggested a cURL feature for debug purposes.
Mar 16, 2023 (9 months ago)
Raymond
12:45 PMIs there a way to generate a cURL string from client libraries? I am trying to replicate a query being used in a MultiSearch request using the Golang library but it's been a little challenging to pull off.
Kishore Nallan
12:46 PMRaymond
12:51 PMKishore Nallan
12:53 PMRaymond
12:54 PMRaymond
01:00 PMDo you think something like the cURL thing would be useful for debug purposes?
I can find some time to open a PR for the golang repo for it.
Kishore Nallan
01:22 PMTypesense
Indexed 3011 threads (79% resolved)
Similar Threads
Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.
Multiple Filters and JSON Requests in Typesense
Manish asked about multiple filter_by arguments, JSON input, and using multisearch. Jason offered typesense documentation links, examples, and how to use JSON formatted requests with multisearch. Ed shared a similar use case.
Reporting a Missing Feature in Golang Typesense Client
Sam reports a missing feature in the Golang Typesense client. Kishore Nallan provides a solution to update the Open API spec. Then, SamHendley successfully updates the file.