-
Notifications
You must be signed in to change notification settings - Fork 124
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
Implement Valkyrie indexing for Collections #4223
Conversation
`Hyrax::FilterByType` already includes infrastructure for filtering by collection and work types. Rather than implement a new switch, use its existing `only_works?` and `only_collections?` to filter by "generic type".
Adds tests for collection member search using Valkyrie `Hyrax::PcdmCollection`.
I left some comments here if anyone takes a peek at this. Im also going to add an in progress tag, so people who look at it know its not ready yet. Im not sure this is deviating, but ill add [WIP] on this too since there is still some stuff going on with it. |
@straleyb normally we use |
ah yeah, it looks like i'm still stuck on some of the shared examples. I'll poke at this for some more, and let's leave the thanks! |
@no-reply Thanks for filling me in on some of these conventions. I didnt know that Once this has been updated, whether I take a stab at getting those tests to pass or you, this looks good to get in. |
Add an indexer for `Hyrax::PcdmCollection` and index `generic_type_sim`.
9176100
to
e588855
Compare
@straleyb i think this should pass now |
Looks pretty index-y to me! :merge: |
Add an indexer for valkyrie-based
Hyrax::PcdmCollection
and index "generic type" and "thumbnail".@samvera/hyrax-code-reviewers