Skip to content

Commit f771885

Browse files
authored
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
1 parent f44fd17 commit f771885

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# see https://github.com/nextapps-de/flexsearch#tokenizer-prefix-search for options
33
tokenizer: "full" # strict, forward, reverse, full
44
custom_domain: ""
5-
fail_on_validation: true
5+
fail_on_validation: false
66
searchableAttributes:
77
- "prefLabel" # you should not delete this one
88
- "notation"

0 commit comments

Comments
 (0)