Skip to content

Commit

Permalink
Merge pull request #344 from ncats/alx652-patch-1
Browse files Browse the repository at this point in the history
Config change to allow env var for explicit or implicit search on name validator
  • Loading branch information
blueSwordfish authored Jun 26, 2024
2 parents 965ce8c + 52ba828 commit 64671ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ gsrs.validators.substances = [
"configClass" = "SubstanceValidatorConfig",
"parameters"= {
"caseSearchType": "Explicit"
"caseSearchType": ${?SUBSTANCE_NAMES_VALIDATOR_CASE_SEARCH_TYPE}
}
},

Expand Down

0 comments on commit 64671ba

Please sign in to comment.