typesense / typesense-go

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

text_match_type support added into SearchCollectionParams #145

Closed HasanRothi closed 9 months ago

HasanRothi commented 1 year ago

text_match_type : max_weight field added into SearchCollectionParam to modify text_match_score for multi keyword search

kishorenc commented 9 months ago

Since the code is managed by openapi client, we cannot directly modify generated code. I've made this change in another commit by updating the spec and regeneration of the client.