From 3f0fe540255b020d9a132ae77992758848c7871a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 2 Oct 2024 23:36:51 +0200 Subject: [PATCH] Ignore creation dates --- milli/src/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/index.rs b/milli/src/index.rs index c47896df7..7b5d87849 100644 --- a/milli/src/index.rs +++ b/milli/src/index.rs @@ -223,7 +223,7 @@ impl Index { let documents = env.create_database(&mut wtxn, Some(DOCUMENTS))?; wtxn.commit()?; - Index::set_creation_dates(&env, main, created_at, updated_at)?; + // Index::set_creation_dates(&env, main, created_at, updated_at)?; Ok(Index { env,