Hi folks,

I'm having a nightmare today trying to get a verity search collection to
return results. I haven't used them for quite a while.

I've got a search collection (Reg_enq) which is built from a recordset.
After running cfindex I get a collection of about 8Mb in size. When I
try cfsearch on that collection it never returns any results. Also, when
I try cfsearch on multiple collections it returns no results. The other
collections are all built from a directory tree and they return results
fine when searched by themselves.

Here's the code for cfindex:

cfindex action="REFRESH"
         collection="#SearchCollection#"
         key="ID"
         type="CUSTOM"
         title="Title"
         query="GetRegEnq"
         body="Inquiry, Title"
         custom1="reg_enq"

Appears to work fine, but when I cfdump the results of:

cfsearch
          name       = "GetResults"
          collection = "#FORM.Collections#"
          criteria   = "#SearchCriteria#"
          startrow   = "#FORM.StartRow#"

the resultset is empty.

Any ideas, pointers would be much appreciated.

Thanks, Douglas

PS This is old CF3.5 code which I'm migrating to CF5


--
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to