Add API route for the new settings

This commit is contained in:
ManyTheFish 2023-08-08 16:03:16 +02:00
parent 9d5e3457e5
commit ae8e69c030
2 changed files with 6 additions and 0 deletions

View File

@ -540,6 +540,9 @@ generate_configure!(
searchable_attributes,
distinct_attribute,
stop_words,
separator_tokens,
non_separator_tokens,
dictionary,
synonyms,
ranking_rules,
typo_tolerance,

View File

@ -278,6 +278,9 @@ test_setting_routes!(
searchable_attributes put,
distinct_attribute put,
stop_words put,
separator_tokens put,
non_separator_tokens put,
dictionary put,
ranking_rules put,
synonyms put,
pagination patch,