-
Notifications
You must be signed in to change notification settings - Fork 0
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
Basic catalog searching #183
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me overall. I made a bunch of comments, but they are about details and not all of them require changes.
(Side note: the comments probably read best on the conversation tab, because the order in which I submitted the comments is not the same as the order in which they appear in the code.)
Co-authored-by: Julian Gonggrijp <[email protected]>
Co-authored-by: Julian Gonggrijp <[email protected]>
Thank you for the thorough review, I learned a lot from it! I have made all the requested changes, I think. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Just a few nitpicks and one more tip.
Co-authored-by: Julian Gonggrijp <[email protected]>
Co-authored-by: Julian Gonggrijp <[email protected]>
Everything has been addressed now, I will merge the pull request. |
Allow searching using the new catalog system, via an RDF representation in JSON-LD. Showing record details is not yet working, I am working on that in a separate branch. This branch contains the code to make sense of JSON-LD responses with nested information and with a specified order of subjects using the ActivityStreams scheme.
Known issue: #182 (Correctly handle duplicate records in external catalogs)