mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-11 15:38:55 +01:00
rename the analytics according to the spec
This commit is contained in:
parent
c42a65a297
commit
46ec8a97e9
@ -1175,6 +1175,7 @@ pub struct DocumentsFetchAggregator {
|
|||||||
#[serde(rename = "user-agent")]
|
#[serde(rename = "user-agent")]
|
||||||
user_agents: HashSet<String>,
|
user_agents: HashSet<String>,
|
||||||
|
|
||||||
|
#[serde(rename = "requests.max_limit")]
|
||||||
total_received: usize,
|
total_received: usize,
|
||||||
|
|
||||||
// a call on ../documents/:doc_id
|
// a call on ../documents/:doc_id
|
||||||
@ -1183,7 +1184,9 @@ pub struct DocumentsFetchAggregator {
|
|||||||
per_filter: bool,
|
per_filter: bool,
|
||||||
|
|
||||||
// pagination
|
// pagination
|
||||||
|
#[serde(rename = "pagination.max_limit")]
|
||||||
max_limit: usize,
|
max_limit: usize,
|
||||||
|
#[serde(rename = "pagination.max_offset")]
|
||||||
max_offset: usize,
|
max_offset: usize,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user