cul_scv_hydra 0.22.5 → 0.22.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 00fd038a4aa096dc2b63253c547b794f99af8a2d
|
4
|
+
data.tar.gz: 95dcb3790b7ab83bf2ea040dfab268ccc9a0e36f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 56d23237481df7aa4ebf53ee8223147ae77a72785aaad96b737101f088aba67cc781a019c0be5e62d58bf5119b7aba00a03b2682bd1a904e1a4599381593c0af
|
7
|
+
data.tar.gz: e5a5fdb9f79ec2e9260b2612ab6b75909e52d9f73f6b97dc4ec659fab83669c6d13ceedd03f39754e4c7eafec1be1b976b36aa4f35bd5e112756646e7a9a0208
|
@@ -291,6 +291,8 @@ module Cul::Scv::Hydra::Solrizer
|
|
291
291
|
def to_solr(solr_doc={})
|
292
292
|
solr_doc = (defined? super) ? super : solr_doc
|
293
293
|
|
294
|
+
return solr_doc if mods.nil? # There is no mods. Return because there is nothing to process.
|
295
|
+
|
294
296
|
solr_doc["all_text_teim"] ||= []
|
295
297
|
|
296
298
|
solr_doc["title_si"] = sort_title
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cul_scv_hydra
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.22.
|
4
|
+
version: 0.22.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Armintor
|
@@ -481,4 +481,3 @@ signing_key:
|
|
481
481
|
specification_version: 4
|
482
482
|
summary: ActiveFedora, OM, and Solrizer implementations for CUL Staff Collection Viewer
|
483
483
|
test_files: []
|
484
|
-
has_rdoc:
|