The meilisearch_sdk v0.27 API changed: - get_task() expects types implementing AsRef<u32> (TaskInfo, not u32) - Client::new() returns Result<Client, Error> - search().execute() returns SearchResults<T>, not Value Updated chaos.rs and integration.rs tests to: - Pass TaskInfo directly to wait_for_task instead of extracting task_uid - Handle Client::new() Result return type - Use SearchResults<Value> type annotation for search results - Import search::SearchResults module Fixes compilation errors in test suite. Tests compile successfully but require Docker to actually run (not available in this environment). Closes: miroir-89x.4 |
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||