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

jhodgdon’s picture

Status: Active » Fixed

You 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

donkasok’s picture

Thank you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.