Hide
We'd like to be able to sort search results by:
relevance
title
author
pub date
and maybe more. This isn't in demo app.
Stanford has this for VuFind. I think it's a matter of passing a sort=fieldname parameter to solr, and having the pulldown box in the view.
(param would be added to solr_helper methods, field names would be added to solr.yml)
Show
We'd like to be able to sort search results by:
relevance
title
author
pub date
and maybe more. This isn't in demo app.
Stanford has this for VuFind. I think it's a matter of passing a sort=fieldname parameter to solr, and having the pulldown box in the view.
(param would be added to solr_helper methods, field names would be added to solr.yml)