We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/RepoCamp/unc2020/wiki/Add-Metadata-to-Views,-Presenter,-and-Solr
Add the field to solr -- at this point the image presenter spec passes but the show image spec fails thus:
Display an Image Show a public Image Failure/Error: self[Solrizer.solr_name('year')]
ActionView::Template::Error: uninitialized constant SolrDocument::Solrizer Solrizer is deprecated, use this bit instead:
def year self[ActiveFedora.index_field_mapper.solr_name('year')] end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/RepoCamp/unc2020/wiki/Add-Metadata-to-Views,-Presenter,-and-Solr
Add the field to solr -- at this point the image presenter
spec passes but the show image spec fails thus:
Display an Image Show a public Image
Failure/Error: self[Solrizer.solr_name('year')]
ActionView::Template::Error:
uninitialized constant SolrDocument::Solrizer
Solrizer is deprecated, use this bit instead:
def year
self[ActiveFedora.index_field_mapper.solr_name('year')]
end
The text was updated successfully, but these errors were encountered: