Skip to content

Commit

Permalink
Change #fetch_many to defer to the configuration or search handler fo…
Browse files Browse the repository at this point in the history
…r what fields to return
  • Loading branch information
cbeer committed Aug 5, 2017
1 parent 583bd67 commit f4470ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/blacklight/search_service.rb
Expand Up @@ -104,7 +104,7 @@ def fetch_many(ids, extra_controller_params)
.with(user_params)
.where(blacklight_config.document_model.unique_key => ids)
.merge(extra_controller_params)
.merge(fl: '*')

solr_response = repository.search(query)

[solr_response, solr_response.documents]
Expand Down

0 comments on commit f4470ea

Please sign in to comment.