Closed (fixed)
Project:
Apache Solr Search
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2008 at 20:20 UTC
Updated:
29 Sep 2009 at 02:21 UTC
By default apachesolr sorts by score, how do I make it sort by date by default
Comments
Comment #1
JacobSingh commentedYou would probably want to either:
1. implement hook_apachesolr_modify_query (see the README) and set the sort if no sort is set yet.
or
2. implement form_alter on the search form, and add something which makes:
Re-open if still relevant.
Good luck
-J
Comment #2
francewhoa@all: If you're not a coder but a site administrator you might be interested in the following feature request http://drupal.org/node/590706