Sha256: 742ff836f65f0110ae116226390c3c479cdfe121d939096729baa706fb3875f0

Contents?: true

Size: 182 Bytes

Versions: 6

Compression:

Stored size: 182 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_aardvark", document: document
end

Version data entries

6 entries across 6 versions & 1 rubygems

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