MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

Default sort behavior should be intuitive #522

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-340: For better or worse, Blacklight generally tries to support clean Solr request uris (for performance, later analysis or otherwise) and defers to Solr default behavior as much as possible. The confusion you have is probably related to this.

The problem can be seen in the Blacklight demo application as well:

The quick way to address your issue is to provide a default sort parameter in your solrconfig.xml [3] that matches your application's first Blacklight.config[:sort_field] value [4].

MrDys commented 12 years ago

Original reporter: cbeer