Skip to content

Proc macro typesense_derive #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 15, 2024
Merged

Proc macro typesense_derive #35

merged 6 commits into from
Feb 15, 2024

Conversation

RoDmitry
Copy link
Contributor

@RoDmitry RoDmitry commented Feb 15, 2024

Change Summary

Proc macro in typesense_derive was updated to support this:

#[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")]

@morenol morenol merged commit 23d3f6d into typesense:main Feb 15, 2024
@RoDmitry RoDmitry deleted the pr2 branch February 15, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants