Sha256: 17af346c0a97060b863f316844bbfa247e17988ea0b34d01a66169eb618721e7

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

json.ignore_nil!

json.array! @documents.map do |document|
  next if document.nil? # Guard against Solr/DB being out of sync

  json.partial! "json_gbl_v1", document: document
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
geoblacklight_admin-0.7.0 app/views/admin/documents/fetch.json_gbl_v1.jbuilder
geoblacklight_admin-0.6.3 app/views/admin/documents/fetch.json_gbl_v1.jbuilder
geoblacklight_admin-0.6.2 app/views/admin/documents/fetch.json_gbl_v1.jbuilder
geoblacklight_admin-0.6.1 app/views/admin/documents/fetch.json_gbl_v1.jbuilder