Closed RoDmitry closed 8 months ago
Proc macro in typesense_derive was updated to support this:
typesense_derive
#[typesense( collection_name = "companies", default_sorting_field = "num_employees", enable_nested_fields = true )]
instead of this:
#[typesense(default_sorting_field = "num_employees")] #[typesense(collection_name = "companies")]
Change Summary
Proc macro in
typesense_derive
was updated to support this:instead of this: