MeiliSearch/milli/src
meili-bors[bot] 7e3c306c54
Merge #4725
4725: Store primary key as String when Number exceeds i64 range r=irevoire a=JWSong

# Pull Request

## Related issue
Fixes #4696 

## What does this PR do?
- When a Number value exceeding the range of i64 is received as a primary key, it will be stored as a String.

## 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: JWSong <thdwjddn123@gmail.com>
2024-06-26 07:06:04 +00:00
..
documents accept large number as string 2024-06-25 21:41:47 +09:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Make clippy happy 2024-05-21 14:58:41 +02:00
prompt Remove prompt strategy and fallback 2023-12-14 16:08:41 +01:00
search Merge #4665 2024-06-25 11:51:21 +00:00
snapshots/index.rs Fix tests 2023-06-14 13:30:52 +02:00
update Fixes for Rust v1.79 2024-06-25 11:16:06 +02:00
vector Add support functions for accessing arroy writers and readers 2024-05-28 15:27:43 +02:00
asc_desc.rs fmt 2023-03-30 23:37:26 +02:00
criterion.rs update the syntax of the geoboundingbox filter to uses brackets instead of parens around lat and lng 2023-02-06 16:50:27 +01:00
error.rs Remove now unused error variant 2024-05-22 12:23:43 +02:00
external_documents_ids.rs Make clippy happy 2023-11-23 14:11:38 +01:00
fieldids_weights_map.rs when no searchable attributes are defined, makes all the weight equals to zero 2024-05-16 01:06:33 +02:00
fields_ids_map.rs Rename trait 2023-11-13 13:38:36 +01:00
index.rs Add support functions for accessing arroy writers and readers 2024-05-28 15:27:43 +02:00
lib.rs Add similar route 2024-05-28 15:28:19 +02:00
order_by_map.rs Revert "Revert "Merge remote-tracking branch 'origin/main' into release-v1.7.1"" 2024-03-20 10:08:28 +01:00
proximity.rs Change the naming of attributeScale and wordScale into byAttribute and byWord 2023-12-14 16:31:00 +01:00
score_details.rs Breaking change: remove vector for score details 2024-04-04 15:57:29 +02:00
snapshot_tests.rs Fix the indexing of the searchable 2024-05-14 17:00:02 +02:00
thread_pool_no_abort.rs Introduce the ThreadPoolNoAbort wrapper 2024-04-24 16:40:12 +02:00