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
--------------------------------------------------------------------------------
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