Gossamer Forum
Quote Reply
Order of Search Results
Ive searched and read many hundreds of different posts. Some are just dead ends, some are too old to work I think.

So Im asking again:

How can I sort the order of the search results?

All my links have an attribute lets say called 1 2 3 4 5 6.
When searched, they all get alphabeticly and attributes in any order.
I need to make it where my first results are 3 then 5 then 1 and then the rest.
Categories are not an issue since all links in a category have the same attribute.

Something like:

<%if attirbte = 3%>
3 3 3 3 3 3
<%elseif attribute = 5%>
5 5 5 5 5 5
<%elseif attribute =1%>
1 1 1 1 1 1
<%elseif%>
2 4 6 2 mixed or not, doesnt matter.
<%endif%>

Thanks Andy

Last edited by:

Gorospe: Nov 9, 2011, 1:07 PM
Subject Author Views Date
Thread Order of Search Results Gorospe 5154 Nov 9, 2011, 1:06 PM
Thread Re: [Gorospe] Order of Search Results
Andy 4826 Nov 10, 2011, 12:51 AM
Thread Re: [Andy] Order of Search Results
Gorospe 4907 Nov 10, 2011, 9:44 AM
Post Re: [Gorospe] Order of Search Results
Andy 4841 Nov 10, 2011, 9:47 AM