MeiliSearch/meilisearch-http/src
Lawrence Chou 3c3ae3ff98
Impeove invalid config_file_path handling
1. Besides opt.config_file_path, also consider MEILI_CONFIG_FILE_PATH in the Err path because they are both user input.
2. Print out the incorrect file path in error message.
3. Add tests
https://github.com/meilisearch/meilisearch/pull/2804#discussion_r991999888
2022-10-12 12:04:48 +08:00
..
analytics Upgrade dependencies 2022-10-05 15:53:02 +02:00
extractors Fix api keys bugs (#2734) 2022-09-06 15:13:09 +02:00
routes Fix api keys bugs (#2734) 2022-09-06 15:13:09 +02:00
error.rs Add a new meilisearch_types crate 2022-06-09 16:14:13 +02:00
lib.rs move prometheus behind a feature flag 2022-08-29 14:36:59 +02:00
main.rs Add quotes around file name and change error message 2022-09-22 09:44:28 +02:00
metrics.rs cargo fmt 2022-08-23 17:17:02 +02:00
option.rs Impeove invalid config_file_path handling 2022-10-12 12:04:48 +08:00
route_metrics.rs move prometheus behind a feature flag 2022-08-29 14:36:59 +02:00
task.rs Rename receivedDocumentIds into matchedDocuments 2022-10-01 21:59:20 +02:00