Matthew Phillips

Results 10 issues of Matthew Phillips

In the section for [Easy or Hard: After creating your new application](https://github.com/projectblacklight/blacklight/wiki/Quickstart#easy-or-hard-after-creating-your-new-application) I was able to start Solr using solr_wrapper. I was able to access the Solr web interface. I...

### Summary During the indexing of objects of the type Spotlight::Resources::Upload (which can be created either via Add Items -> Upload item or Add Items -> Upload multiple items) the...

If you bootstrap a new Rails application, following the [instructions in README.md](https://github.com/projectblacklight/spotlight/blob/0f5a47eefe43dafddd1702869a9f57aea0d4e6e4/README.md?plain=1#L19-L23) then the generated app/assets/config/manifest.js is broken in two ways. Firstly, two of the lines are concatenated, and secondly...

### Summary The "Add items" function includes a tab "Upload multiple items" which allows you to load in a CSV file. If there are exhibit-specific fields, these are given as...

Most Spotlight production systems offer a choice of results page types such as list view, gallery, masonry etc. The [wiki implies that this is the default](https://github.com/projectblacklight/spotlight/wiki/Configuration-settings#results), and that users can...

In a freshly-bootstrapped rails application based on the Spotlight engine, any images, whether static or IIIF, are only shown in the brief results screens and do not appear in the...

The opengraph metadata for images was being encoded with a property attribute of og:og:image instead of og:image.

If you generate a new default application based on the Spotlight engine, the config/initializers/spotlight_initializer.rb file includes these lines: ``` #Spotlight::Engine.config.upload_fields = [ # UploadFieldConfig.new( # field_name: config.upload_description_field, # label: ->...

Within the "Add items" function the "Upload raw documents" feature was broken because the code used "repository" which was not defined. Fix appears to behave, though obviously this is very...

It seems that the JSON created when exporting a complete exhibition fails to link the metadata object in solr_document_sidecars with the IIIF manifest in the "resources" array further down the...