Skip to content
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

Development merge #23

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Development merge #23

merged 2 commits into from
Nov 13, 2023

Commits on Nov 13, 2023

  1. - Refactor Solr query class & add SolrMultiQuery class to handle gett…

    …ing multiple objects from a set of URIs (as in the case of related items). This avoids performance problems by submitting only a single query to Solr regardless of the number of related items an object has.
    
    - Add some basic versions of a few objects we haven't come across yet which are cropping up as related item object types
    - Update related items partial to match wireframes & include data from related items Solr query
    j-corry committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b56bf0e View commit details
    Browse the repository at this point in the history
  2. - Fix failing tests

    - Prevent request specs making Solr API requests when running. Added new to-do item for mocking a response for the related items query in order to test fully.
    j-corry committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cd933d9 View commit details
    Browse the repository at this point in the history