typesense / typesense-go

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

Support for typesense 26.0 #157

Closed svadrevu closed 3 months ago

svadrevu commented 5 months ago

typesense version 26.0 brings in several new features, such as enabling stemming on the fields, supporting custom stop words, joins on multiple collections, sorting based filters, etc.

Is it possible to add these features to the go client library?

kishorenc commented 3 months ago

I've published a new version of the client with latest openapi changes.