Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
search.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2006 at 18:51 UTC
Updated:
29 Jul 2014 at 17:30 UTC
I'd like to request a feature, that search results might be sortable by date. An option to show only results from the last X days would do too. Often I want to read the most recent posts about something but I have to browse through a lot of posts I have already read to find the new ones.
Comments
Comment #1
LAsan commentedFeature request, moving to cvs.
Comment #2
Rhino commentedNeat trick found here - but it only works in Drupal 5 & Drupal 6 (line is further down).
http://drupal.org/node/13771#comment-948601
Comment #3
jhodgdonYou can use the Views module to do things like that. You can filter by search keywords and sort by whatever you want.
I will leave this as a feature request to consider for Drupal 8, however. Too late for Drupal 7.
Comment #4
jhodgdonThis is definitely best done in the Views module.