mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
Introduce the reset_sortable_fields Settings method
This commit is contained in:
parent
c8930781eb
commit
f230ae6fd5
@ -141,6 +141,10 @@ impl<'a, 't, 'u, 'i> Settings<'a, 't, 'u, 'i> {
|
|||||||
self.sortable_fields = Setting::Set(names);
|
self.sortable_fields = Setting::Set(names);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn reset_sortable_fields(&mut self) {
|
||||||
|
self.sortable_fields = Setting::Reset;
|
||||||
|
}
|
||||||
|
|
||||||
pub fn reset_criteria(&mut self) {
|
pub fn reset_criteria(&mut self) {
|
||||||
self.criteria = Setting::Reset;
|
self.criteria = Setting::Reset;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user