Skip to content

Commit

Permalink
Add new geo alias for gismit and gisogm sources
Browse files Browse the repository at this point in the history
Why these changes are being introduced:

With the addition of new sources 'gismit' and 'gisogm', it has been decided these sources will also funnel into
a new alias called 'geo'.  This alias will provide a geo-only index for powering a geo focused UI.

How this addresses that need:
* Adds new 'geo' alias and sources that map to this alias

Side effects of this change:
* None

Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/GDT-92
  • Loading branch information
ghukill committed Jan 2, 2024
1 parent 30a9fc6 commit abbd458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambdas/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
INDEX_ALIASES = {
"rdi": ["jpal", "whoas", "zenodo"],
"timdex": ["alma", "aspace", "dspace"],
"geo": ["gismit", "gisogm"],
}
REQUIRED_ENV = {
"TIMDEX_ALMA_EXPORT_BUCKET_ID",
Expand Down

0 comments on commit abbd458

Please sign in to comment.