You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why these changes are being introduced:
The 'view online' links in the result view don't currently go
anywhere.
Relevant ticket(s):
https://mitlibraries.atlassian.net/browse/RDI-238
How this addresses that need:
This assigns the 'view online' hrefs to the sourceLink of each
record. RDI records will always use sourceLink for this purpose,
so this approach is sufficient for the time being.
Side effects of this change:
* Future non-RDI use cases may require us to update this logic.
* Due to the schema change, all cassettes have been regenerated.
* TIMDEX_INDEX has been added to the test environment, as per #63.
Additionally, some tests have been updated to accommodate data
returned by the RDI index.
Update schema, regenerate cassettes, and add TIMDEX_INDEX to test env
0 commit comments