Search ordering.
kolwrath - June 7, 2007 - 20:27
| Project: | SQL Search (Trip Search) |
| Version: | 4.7.x-1.x-dev |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hello,
I am very new to trip search so please bear with me (and new to drupal as well). I am using trip search but I cannot figure out how to order the search results. Is there a way to do this?
I have also tried to do searching by date with eg: "dogs after:03/04/2007" in the google sort of search way, but I always get back the same results as if I just searched on "dogs".
Could somebody help me out? I am at wits end.
My applogies if this is an easy question in a handbook someplace but I cant seem to find any helpful documentation anywhere.

#1
Do you mean that you would like the search to sort everything (by default) in a common way, such as "most recently posted node first in results"?
I'd like to know how to do that too. See: http://drupal.org/node/166152
#2
Also, I think that the date search is dependent on JsCalender which is part of javascript tools here: http://drupal.org/project/jstools
Since the trip_search.module reads:
if (module_exists('jscalendar'))andelse { // Use old jscalendar provided with trip_search (deprecated)...? It doesn't say when you install the module that jstools are required though.