Center-for-Research-Libraries / vufind

CRL Implimentation of VuFind frontend for FOLIO. A library resource discovery portal designed and developed for libraries by libraries
GNU General Public License v2.0
1 stars 0 forks source link

Verify bound-with behavior #119

Closed ryan-jacobs closed 2 years ago

ryan-jacobs commented 2 years ago

We need to confirm the item query behavior for titles that have bound-with items. The expected behavior is that items linked to multiple titles appear on each title normally and that the status value for the item updates seamlessly across all bound titles.

Bound-with items are handled in FOLIO via some additional relationship records. The schema is fairly detailed for this (see https://github.com/FOLIO-FSE/folio_migration_tools/issues/62). We want to ensure that these schema complexities are abstracted away when fetched though OKAPI.

ryan-jacobs commented 2 years ago

Looks like this is dup of #117, thanks @AndyElliottCRL for getting that tracked!