John Kloor
John Kloor
With the upgrade to ArchivesSpace 2.8.0, reloading the core for our external Solr 6.6.6 installation failed. After some trial and error, I found the [Docker file](https://github.com/archivesspace/archivesspace/blob/master/solr/Dockerfile) that appears to set...
Our librarians requested that they be able to navigate to records besides Items from the Browse Tags page. This attempts to do so in a generic way, so that as...
This simply adds the autocomplete functionality to the tag field when batch editing selected Items or all Items. Our librarians requested this to make it simpler to reuse the same...
We needed a means to organize Items, Collections and Exhibits together for different divisions of our libraries. Items and Collections have Dublin Core fields, but Exhibits do not. Items and...
In the packaged zip file of ArchivesSpace v3.4.1, the compiled assets/application-02d1eb57938469307edbcf2cb1dd2b1c8a8aa4c18303b998e1831119d70913fc.css file for the public UI begins with: `@import url(archivesspace/print.css);` That URL is not served by the public UI and...
## Expected Behavior Our Controlled Value List for container_type includes "flat_file", which has an English enumeration translation of "Flat File". When a Top Container that is a Flat File is...
The change from PR #242 that was committed in e918607 appears to have made it so that a cached file is never returned, but instead always regenerated.
Currently, SolrSearch is using the standard query parser. This parser has strict syntax requirements, so it is very easy to create a query that it can't process. One example is...
We were interested in receiving Collections in our search results along with other addons such as Exhibits and Simple Pages. This pull has a JSON file for Collections, as well...
We discovered two issues with addon records. First, if a single addon record was created or updated it would only be indexed if it was public. Second, public users could...