mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-01-11 05:54:30 +01:00
reenable ranking rules route
This commit is contained in:
parent
7055384aeb
commit
bb79a15c04
@ -103,11 +103,11 @@ make_setting_route!(
|
|||||||
distinct_attribute
|
distinct_attribute
|
||||||
);
|
);
|
||||||
|
|
||||||
//make_setting_route!(
|
make_setting_route!(
|
||||||
//"/indexes/{index_uid}/settings/ranking-rules",
|
"/indexes/{index_uid}/settings/ranking-rules",
|
||||||
//Vec<String>,
|
Vec<String>,
|
||||||
//ranking_rules
|
ranking_rules
|
||||||
//);
|
);
|
||||||
|
|
||||||
macro_rules! create_services {
|
macro_rules! create_services {
|
||||||
($($mod:ident),*) => {
|
($($mod:ident),*) => {
|
||||||
@ -130,7 +130,8 @@ create_services!(
|
|||||||
displayed_attributes,
|
displayed_attributes,
|
||||||
searchable_attributes,
|
searchable_attributes,
|
||||||
distinct_attribute,
|
distinct_attribute,
|
||||||
stop_words
|
stop_words,
|
||||||
|
ranking_rules
|
||||||
);
|
);
|
||||||
|
|
||||||
#[post("/indexes/{index_uid}/settings", wrap = "Authentication::Private")]
|
#[post("/indexes/{index_uid}/settings", wrap = "Authentication::Private")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user