Closed (fixed)
Project:
Drupal core
Version:
6.6
Component:
search.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2011 at 17:23 UTC
Updated:
28 Mar 2011 at 21:01 UTC
Hi,
I am trying to customise drupal search result page.
I need to have a search resul group by the term id
I tried to modify the sql but it doesnt seems to work
Did any one got idea:
The scenario is ,
I have terms called Green blue black and white
when user do a search
i need the result to be grouped by terms
example : Green
the contents tagged as green
Blue
the contents tagged as blue
Comments
Comment #1
jhodgdonYou might want to try the Faceted Search contributed module, which will work more like what you are looking for I think. It's not possible to do what you want with the core Search module.
http://drupal.org/project/faceted_search
Comment #2
donkasok commentedThank you.