typesense / typesense-dart

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

Enable nested fields support #139

Closed BabyGeek closed 7 months ago

BabyGeek commented 7 months ago

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

We can't filter based on nested fields

Describe the solution you'd like

Enable the new feature "enable_nestedfields on schema (https://typesense.org/docs/guide/tips-for-searching-common-types-of-data.html#dates-times) working from Typesense 0.24

Describe alternatives you've considered

Flatten schema, but in the long run, I think that typesets updated so the package should be updated

Additional context

Just need to add a boolean and map it, then add the object type to fields

BabyGeek commented 7 months ago

Created a PR to enable this #140

BabyGeek commented 7 months ago

Fixed with #140