From f7718854ff480fd9341b79302071bf2fbe553905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20R=C3=B6rtgen?= Date: Mon, 9 Sep 2024 08:31:12 +0200 Subject: [PATCH] disable default fail on validation it is too strict for a test vocabulary. i.e. it would fail if a preferred namespace prefix is not provided --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index a4922c4e9f..6742ff4f93 100644 --- a/config.yaml +++ b/config.yaml @@ -2,7 +2,7 @@ # see https://github.com/nextapps-de/flexsearch#tokenizer-prefix-search for options tokenizer: "full" # strict, forward, reverse, full custom_domain: "" -fail_on_validation: true +fail_on_validation: false searchableAttributes: - "prefLabel" # you should not delete this one - "notation"