-
Notifications
You must be signed in to change notification settings - Fork 81
Introduce the reset_sortable_fields Settings method #330
Conversation
What does this PR imply to MeiliSearch? Do we need to integrate the usage of |
Currently, yes, we use the |
bors merge |
330: Introduce the reset_sortable_fields Settings method r=Kerollmops a=Kerollmops I forgot to add the `reset_sortable_fields` method on the `Settings` builder, it is no big deal as the library user (like MeiliSearch) can always call `set_sortable_fields` with an empty list of fields, it is equivalent. Co-authored-by: Kerollmops <clement@meilisearch.com>
bors cancel |
Canceled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
I forgot to add the
reset_sortable_fields
method on theSettings
builder, it is no big deal as the library user (like MeiliSearch) can always callset_sortable_fields
with an empty list of fields, it is equivalent.