mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add TODOs
This commit is contained in:
parent
b45eea0d3e
commit
5c79273748
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ pub async fn init_fragments_index() -> (Server<Owned>, String, crate::common::Va
|
|||
|
||||
// TODO: Test cannot pass both fragments and document
|
||||
|
||||
// TODO: test with 2 embedders
|
||||
|
||||
// TODO: edit fragment
|
||||
|
||||
// TODO: document fragment replaced
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn indexing_fragments() {
|
||||
let index = shared_index_for_fragments().await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue