MeiliSearch/meilisearch/src
meili-bors[bot] db0cf3b2ed
Merge #4912
4912: Allow Meilitool to dumplessly, offline upgrade v1.9 -> v1.10 in some conditions r=Kerollmops a=dureuill

- bail early if the DB contains at least 1 REST embedder, providing the list of detected REST embedders, and without modifying the DB
- Might depend on the feature set that meilitool was compiled with and the featureset that the Meilisearch that created the DB was compiled with 💀. In case of runtime error, try again with a different feature set (passing or not passing `-p meilitool` when building after a `cargo clean`)

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-09-05 09:11:23 +00:00
..
analytics fix clippy 2024-07-25 10:52:56 +02:00
extractors Update meilisearch/src/extractors/authentication/mod.rs 2024-06-26 14:00:21 +02:00
routes Merge #4908 2024-09-03 14:28:12 +00:00
search Only detect language for a facet if several locales have been specified by the user in the settings 2024-08-14 12:03:52 +02:00
error.rs Implements the experimental contains filter operator« 2024-07-17 11:13:37 +02:00
lib.rs Merge #4912 2024-09-05 09:11:23 +00:00
main.rs Only spawn one search queue in actix-web 2024-09-02 16:27:50 +02:00
metrics.rs Merge #4530 2024-03-25 12:23:31 +00:00
middleware.rs In prometheus metrics return the route pattern instead of the real route when returning the HTTP requests total 2024-07-30 16:24:49 +02:00
option.rs Merge #4806 2024-07-17 17:00:01 +00:00
search_queue.rs stop trying to process searches after one minute 2024-09-02 16:27:51 +02:00