MeiliSearch/crates/meilisearch/tests/common
Quentin de Quelen 1a2a711360 feat: Add endpoint to retrieve index fields
This commit introduces a new API endpoint `/indexes/{indexUid}/fields` that allows users to fetch all field names in an index, including nested fields. It also includes corresponding tests to validate the functionality, ensuring that the endpoint returns the correct fields for both empty and populated indexes, as well as handling errors for non-existent indexes.
2025-06-27 21:28:51 +02:00
..
encoder.rs Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
index.rs feat: Add endpoint to retrieve index fields 2025-06-27 21:28:51 +02:00
mod.rs tests: Faster search::multi IT tests 2025-06-10 14:10:43 +03:00
server.rs More fixes of the tests 2025-06-10 16:58:48 +03:00
service.rs Merge branch 'main' into tmp-release-v1.11.0 2024-11-04 16:14:44 +01:00