Method: Blacklight::FieldPresenter#any?

Defined in:
app/presenters/blacklight/field_presenter.rb

#any?Boolean

Check if a document has (or, might have, in the case of accessor methods) a value for the given solr field

Returns:

  • (Boolean)


63
64
65
# File 'app/presenters/blacklight/field_presenter.rb', line 63

def any?
  values.present?
end