typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
222 stars 56 forks source link

Support Federated / Multi Search #79

Closed Khatunzev-Anton closed 2 years ago

Khatunzev-Anton commented 3 years ago

Description

There is a "Federated / Multi Search" feature described in the TS documentation: https://typesense.org/docs/0.21.0/api/documents.html#federated-multi-search . But it seems that the client does not provide interface to use this functionality. Is it possible to include this feature?