[ic] Search List

ACforSale Inc Sales Team interchange-users@icdevgroup.org
Sat Dec 28 07:37:01 2002


QUESTION

Hi,

I'm currently running interchange 4.9.4.
In the Admin page going to the Design Link.
For each section, I have a "Link Type: Simple Search"
and I specified the field=column pairs to the
prod_group = Name1.  

How do I specify the sorting order for the Search
List.  Because its going through for the particular
product group and list all the items in the order I
have put on the product.txt file.  Is there a way I
can specify the sorting order instead of the default.

There's a document on how to sort it with the link
below but it doesn't show what file I should modify. 

I have looked into the index.html file and did a grep
on many pages but no luck.

http://www.icdevgroup.org/i/doc/wiki/category.html?ml=1000&tf=note&wikic
at=Databases&open=

Many Thanks,
Henry

POSSIBLE SOLUTION

Use the cat table for each category and specify your results criteria in
the search box.
eg 
tf=description
to=x
Will give you an alpha listing by description(to=rx is a reverse alpha)
tf=price
to=n (will give listing by price etc. to=rn will reverse pricing)

Gerry