MeiliSearch/meilisearch/tests
bors[bot] 13d4ae264a
Merge #3269
3269: Simplify primary key inference r=dureuill a=dureuill

# Pull Request

## Related issue
Related to https://github.com/meilisearch/meilisearch/issues/3233

## What does this PR do?
- Integrates https://github.com/meilisearch/milli/pull/752 in meilisearch
- Remove `Serialize` and `Deserialize` from `error::Code` as it is unused.
- No longer filter on `milli` logs when `--log-level` is "info".
  - `milli` only has the newly-added inference log at the `info` level (from greping `info` in the codebase)
  - the default value for `--log-level` is "INFO" and not "info" since `v0.30` so the filter is not active by default.
- updates milli to v0.38.0

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2023-01-04 16:14:36 +00:00
..
assets Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
auth Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
common chore: run fmt nightly on project 2022-12-08 08:31:15 -07:00
dashboard Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
documents Fix tests 2023-01-04 14:24:20 +01:00
dumps Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
index Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
search Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
settings Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
snapshot Merge --schedule-snapshot and --snapshot-interval-sec options 2023-01-04 14:13:54 +01:00
stats Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
tasks Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
content_type.rs Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00
integration.rs Renames meilisearch-http to meilisearch 2022-12-08 08:22:53 -07:00