Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Further define CFSEARCH

Status
Not open for further replies.

CTR

Technical User
Nov 15, 2001
42
US
Posted - 09/22/2005 : 16:25:54
--------------------------------------------------------------------------------

I am using this:

<CFSEARCH
name = "GetResults"
collection = "blooper"
criteria = "#Form.Criteria#"
maxRows = "#Evaluate(Form.MaxRows + 1)#"
startRow = "#Form.StartRow#">

to search a simple collection.

I'd like to let the user also define a few more criteria, like a date range. This data is indexed from a SQL table and the date is one of the fields. I didn't add it to the index because then it showed up on the returned result summary.

Any suggestions are appreciated.

_____________

Cliff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top