Skip to content
Snippets Groups Projects
Commit 1c4a3fee authored by Bruno Nocera Zanette's avatar Bruno Nocera Zanette
Browse files

Add "dc.description" to SOLR return fields

parent 76ed8283
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class Search::SolrController < ApplicationController ...@@ -38,7 +38,7 @@ class Search::SolrController < ApplicationController
return { return {
"fl"=>[" "fl"=>["
search.resourcetype, search.resourceid, search.resourcetype, search.resourceid,
handle, author, title handle, author, title, dc.description
"], "],
"type"=>"0", "type"=>"0",
"start"=>"0", "start"=>"0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment