Gossamer Forum
Home : Products : DBMan : Installation :

search

Quote Reply
search
I am doing a keyword search and need the results to come out in alphabetical order.
Quote Reply
Re: search In reply to
You can sort by any of the fields you want to. If you have your keyword search form on a static html page, add the following to your form:

Code:
<input type="hidden" name="sb" value="the number of the field you want to sort by">


------------------
JPD





Quote Reply
Re: search In reply to
Thank you so much. That worked great.