Hector Correa
Hector Correa
Add a flag to get a count of records since this is something frequently needed. The current workaround for this is to pass the output through `grep` and `wc`: ```...
We have found that in Curation Concerns, when we delete a `FileSet` from a `Work` and the `FileSet` is assigned as the work `thumbnail` and/or `representative media` the data in...
Running the code to build an Atom syndication feed gives the correct XML but the xmlns attribute is inserted **with an empty value** to all children of the feed element:...
Method `clean_end_punctuation` in `marc_export.rb` throws an exception if the value passed is `nil` https://github.com/projectblacklight/blacklight-marc/blob/db85fe39922f556c7dd44126865321848e4b882c/app/models/concerns/blacklight/solr/document/marc_export.rb#L493-L498 This is a problem when `chicago_citation(marc)` is called with a `nil` value for `marc["502"]["d"]`. This is...