typesense / typesense-dart

Dart client for Typesense
https://typesense.org/docs
Apache License 2.0
71 stars 16 forks source link

Support geopoint type for Typesense 0.21 #89

Closed kishorenc closed 3 years ago

kishorenc commented 3 years ago

Thank you very much @happy-san for the amazing work on the Dart client.

Is your feature request related to a problem? Please describe.

Typesense 0.21 introduces geo search so you can index and search on lat/long fields. A new type geopoint is introduced for this purpose.

Please see usage here: https://gist.github.com/kishorenc/1f537c728f89960048272a03d36bad01

Describe the solution you'd like

happy-san commented 3 years ago

Thank you for the kind words.

I've added this to version 0.1.1 milestone.