Active
Project:
SQL Search (Trip Search)
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2007 at 20:27 UTC
Updated:
4 Nov 2007 at 08:59 UTC
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.
Comments
Comment #1
Dabitch commentedDo 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
Comment #2
Dabitch commentedAlso, 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.