Blah, it is returning only the first row it queries... But I figured it out... I was actually only returning the first row with <cfreturn data.leemail> I added some stuff to it and now I have <cfreturn listToArray(valueList(data.leemail))> and it returns all the results.
~Steve http://goodcf.instantspot.com/ -----Original Message----- From: Dominic Watson [mailto:[EMAIL PROTECTED] Sent: Monday, April 07, 2008 2:55 PM To: CF-Talk Subject: Re: autosuggest Yeh, maybe - try calling it directly as you have it in the autosuggest property, replacing the cfautosuggest variable with 's'. Dominic On 07/04/2008, Steve Good <[EMAIL PROTECTED]> wrote: > > I tried that, set it to 50. I imagine that somehow my CFC is actually > only > returning 1 row... > > ~Steve > http://goodcf.instantspot.com/ > > > -----Original Message----- > From: Dominic Watson [mailto:[EMAIL PROTECTED] > Sent: Monday, April 07, 2008 2:48 PM > To: CF-Talk > Subject: Re: autosuggest > > Hm, only thing I can think of is the maxResultsDisplayed property of the > tag. Have you tried setting that explicitly? It default to 10 though... > > On 07/04/2008, Steve Good <[EMAIL PROTECTED]> wrote: > > > > Ok, different issue. The autosuggest is working, but for some reason > only > > returning 1 match only. I can type in s and it will show me > > [EMAIL PROTECTED] but if I type in st it will show me > > [EMAIL PROTECTED] But I want it to show both addresses when > > the > > user types in s. I know this was working with the list example, so > again, > > I > > think it has to do with my CFC. Any ideas? Sorry to be a pain > today. My > > brain is only running at 1/3 capacity. > > > > ~Steve > > http://goodcf.instantspot.com/ > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302904 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

