Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
I've now added a block with sorting links for Title, Date, Author and Type. The GET parameter solrsort can be used to sort on the following additional fields:
- uid: example solrsort=uid asc
- nid: example solrsort=nid desc
- comment_count: example solrsort=comment_count desc
Note that this change requires you update your schema.xml in Solr, restart solr and re-index your site!
Comments
Comment #1
robertdouglass commentedI've now added a block with sorting links for Title, Date, Author and Type. The GET parameter solrsort can be used to sort on the following additional fields:
- uid: example solrsort=uid asc
- nid: example solrsort=nid desc
- comment_count: example solrsort=comment_count desc
Note that this change requires you update your schema.xml in Solr, restart solr and re-index your site!
Comment #2
robertdouglass commentedHere's the patch for historical reasons.
Comment #3
robertdouglass commentedComment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.