Is it possible to run a full text search using cfquery (after the 
appropriate columns have been indexed with FULLTEXT )?

<cfquery>
  SELECT field1, field2
  FROM myTABLE
  WHERE MATCH (field1, field2)
  AGAINST ('#form.searchINPUT#')
</cfquery>

If not, how would you do this?

TIA!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286988
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to