This is one of the reasons I went to SQL Server 7 full text search.
It's easy and faster to combine full text search with standard SQL.

best,  paul

At 11:19 AM 6/13/01 -0400, you wrote:
> > Is there any way to combine the results of a CFSEARCH and a
> > standard SQL search into the same CFOUTPUT ... basically merge
> > two queries?
>
>You can do that very easily with the query-a-query functionality in CF 5. In
>CF 4.x, you can do this by building a query object using the CF query
>functions, and populating the query by looping over the two source queries.
>I'll bet there's a custom tag on the developer's exchange for this. It's
>going to be relatively slow to do that, though.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to