-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show related resources in Search results #3268
Comments
For reference on related resources, see https://github.com/LD4P/sinopia_editor/blob/main/src/components/editor/leftNav/RelationshipsDisplay.jsx |
this mockup shows an RDA:C10001 record. We are going to show related things for RDA stuff too? If they match a work and we show the instance records, do we want to be able to further expand the Items below it? |
|
Here are the relevant API calls:
(I realized when I previously described this I say that getting the titles required one API call per resource -- I was mistaken. It can be called with multiple resource URIs.) |
Done |
original feature request is in #2204.
in Search, for each result that has class bf:Work, bf:Instance, or bf:Item, show related Sinopia resources (see LD4P/sinopia_api#192), with ability to preview, edit, and copy those related resources.
For a bf:Work, the related bf:Instances will be displayed.
For a bf:Instance, the related bf:Work and bf:Items will be displayed.
For a bf:Item, the related bf:Instances will be displayed.
The text was updated successfully, but these errors were encountered: