Skip to content

Commit

Permalink
config: add GND to concepts and places
Browse files Browse the repository at this point in the history
Co-Authored-by: Peter Weber <[email protected]>
  • Loading branch information
rerowep committed Aug 22, 2024
1 parent 34cf6b5 commit a97f85b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rero_ils/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3159,18 +3159,18 @@ def _(x):
},
'concepts': {
'base_url': os.environ.get('RERO_ILS_MEF_CONCEPTS_URL', 'https://mef.rero.ch/api/concepts'),
'sources': ['idref']
'sources': ['idref', 'gnd']
},
'concepts-genreForm': {
'base_url': os.environ.get('RERO_ILS_MEF_CONCEPTS_URL', 'https://mef.rero.ch/api/concepts'),
'sources': ['idref'],
'sources': ['idref', 'gnd'],
'filters': [
{'idref.bnf_type': 'genre/forme Rameau'}
]
},
'places': {
'base_url': os.environ.get('RERO_ILS_MEF_PLACES_URL', 'https://mef.rero.ch/api/places'),
'sources': ['idref']
'sources': ['idref', 'gnd']
},
}
RERO_ILS_ENTITY_TYPES = {
Expand Down

0 comments on commit a97f85b

Please sign in to comment.