By default apachesolr sorts by score, how do I make it sort by date by default

Comments

JacobSingh’s picture

Title: change sort order » change default sort order
Status: Active » Closed (fixed)

You 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

francewhoa’s picture

@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