Skip to content

Commit

Permalink
disable default fail on validation
Browse files Browse the repository at this point in the history
it is too strict for a test vocabulary. i.e. it would fail if a preferred namespace prefix is not provided
  • Loading branch information
sroertgen authored Sep 9, 2024
1 parent f44fd17 commit f771885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f771885

Please sign in to comment.