mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Network stored in DB
This commit is contained in:
parent
73474e7af0
commit
4918b9ffb6
3 changed files with 46 additions and 7 deletions
|
@ -193,7 +193,7 @@ async fn patch_features(
|
|||
};
|
||||
|
||||
// explicitly destructure for analytics rather than using the `Serialize` implementation, because
|
||||
// the it renames to camelCase, which we don't want for analytics.
|
||||
// it renames to camelCase, which we don't want for analytics.
|
||||
// **Do not** ignore fields with `..` or `_` here, because we want to add them in the future.
|
||||
let meilisearch_types::features::RuntimeTogglableFeatures {
|
||||
metrics,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue