From 067102024473f0a7b3d740968411f54d7f43f45e Mon Sep 17 00:00:00 2001 From: Nicolas Franck Date: Fri, 28 Jun 2024 21:52:25 +0200 Subject: [PATCH] fix typo --- t/catmandu.store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/catmandu.store.yml b/t/catmandu.store.yml index 6135d7a..89e3bad 100644 --- a/t/catmandu.store.yml +++ b/t/catmandu.store.yml @@ -45,6 +45,6 @@ search: term_vector: with_positions_offsets copy_to: all fields: - exact: {type: keyword, normalizer: tag} + exact: {type: keyword, normalizer: tag} type: {type: keyword} year: {type: date, format: 8year, copy_to: all} \ No newline at end of file