Skip to content

Commit

Permalink
Merge pull request #187 from esmero/alliomeria-patch-1
Browse files Browse the repository at this point in the history
ISSUE-185 : Update AmiLoDService.php
  • Loading branch information
DiegoPino committed Dec 4, 2023
2 parents 2f4d3a9 + 55e0441 commit 81af5d0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/AmiLoDService.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ class AmiLoDService {
'getty_aat_terms' => 'getty;aat;terms',
'getty_aat_exact' => 'getty;aat;exact',
'wikidata_subjects_thing' => 'wikidata;subjects;thing',
'mesh' => 'mesh;term;startswith',
'mesh' => 'mesh;term;contains',
'mesh' => 'mesh;term;exact',
'mesh' => 'mesh;descriptor;startswith',
'mesh' => 'mesh;descriptor;contains',
'mesh' => 'mesh;descriptor;exact'
'mesh_term_startswith' => 'mesh;term;startswith',
'mesh_term_contains' => 'mesh;term;contains',
'mesh_term_exact' => 'mesh;term;exact',
'mesh_descriptor_startswith' => 'mesh;descriptor;startswith',
'mesh_descriptor_contains' => 'mesh;descriptor;contains',
'mesh_descriptor_exact' => 'mesh;descriptor;exact'
];

/**
Expand Down

0 comments on commit 81af5d0

Please sign in to comment.