MeiliSearch/crates/meilisearch/tests
Lukas Kalbertodt 057fcb3993
Add indices field to _matchesPosition to specify where in an array a match comes from (#5005)
* Remove unreachable code

* Add `indices` field to `MatchBounds`

For matches inside arrays, this field holds the indices of the array
elements that matched. For example, searching for `cat` inside
`{ "a": ["dog", "cat", "fox"] }` would return `indices: [1]`. For nested
arrays, this contains multiple indices, starting with the one for the
top-most array. For matches in fields without arrays, `indices` is not
serialized (does not exist) to save space.
2024-11-20 01:00:43 +01:00
..
assets Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
auth Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
common Merge #5025 2024-11-07 09:46:34 +00:00
dashboard Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
documents Merge #5025 2024-11-07 09:46:34 +00:00
dumps Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
features Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
index Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
logs Merge branch 'main' into tmp-release-v1.11.0 2024-11-04 16:14:44 +01:00
search Add indices field to _matchesPosition to specify where in an array a match comes from (#5005) 2024-11-20 01:00:43 +01:00
settings Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
similar Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
snapshot Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
stats Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
swap_indexes Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
tasks reverse the order of the task queue 2024-11-07 19:19:44 +01:00
vector Merge branch 'main' into tmp-release-v1.11.0 2024-11-04 16:14:44 +01:00
content_type.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
integration.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00