MeiliSearch/crates/meilisearch/tests
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
..
assets add a dump test with batches and enqueued tasks 2025-02-11 11:14:49 +01:00
auth Merge remote-tracking branch 'origin/main' into tmp-release-v1.15.1 2025-06-12 10:21:07 +02:00
batches Update snapshots 2025-05-22 12:39:37 +02:00
common feat: Add endpoint to retrieve index fields 2025-06-27 21:28:51 +02:00
dashboard Move crates under a sub folder to clean up the code 2024-10-21 08:18:43 +02:00
documents tests: Use Server::wait_task() instead of Index::wait_task() 2025-06-22 14:22:59 +03:00
dumps Fix a bunch of snapshot tests 2025-06-04 10:25:35 +02:00
features Fix a bunch of snapshot tests 2025-06-04 10:25:35 +02:00
index feat: Add endpoint to retrieve index fields 2025-06-27 21:28:51 +02:00
logs #4840 - Partial fix - Confirm task success after waiting for it. 2024-12-24 23:06:07 +11:00
network add test 2025-04-03 11:57:43 +02:00
search tests: Use Server::wait_task() instead of Index::wait_task() in search:: 2025-06-22 14:54:49 +03:00
settings Add disableOnNumbers to settings reset 2025-06-24 23:32:50 +02:00
similar tests: Faster similar::mod IT tests 2025-06-16 22:51:07 +03:00
snapshot Skip a snapshot test on Windows 2025-03-03 10:44:28 +01:00
stats Use unique server + its own index for #stats() test 2025-06-04 13:08:13 +03:00
swap_indexes #4840 - Partial fix - Remove hard coded task ids to prevent flaky tests. 2024-12-24 23:05:59 +11:00
tasks Use a unique server for the summarized dump creation test 2025-06-06 14:52:05 +03:00
upgrade Fix the version everywhere 2025-06-12 16:57:59 +02:00
vector Rename fields 2025-06-26 12:30:08 +02: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 network integration tests 2025-02-05 15:03:32 +01:00