mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
Add proximity_precision value into the analytics
This commit is contained in:
parent
6425996e36
commit
e741bc1c62
@ -452,6 +452,7 @@ make_setting_route!(
|
||||
json!({
|
||||
"proximity_precision": {
|
||||
"set": precision.is_some(),
|
||||
"value": precision,
|
||||
}
|
||||
}),
|
||||
Some(req),
|
||||
|
Loading…
Reference in New Issue
Block a user