Frank has over ten years of experience in the field of internet development. His skills range the gamut of web developement fields, and is known for the quality of his work.
Framar Studios. 416 531 1727 Toronto, Canada. Real Solutions for Real Business
Tip Verity and SQL Searches: Redundancy Using the Verity engine to search your big note fields? What happens if the collection isn't there, or gets destroyed? Why not back it up with an SQL search? By using <cfcatch> and <cftry> you can make it so that if there verity search chokes, that there's a redundant search mechnism that takes only minutes to implement. If you're using <cftry>, make it so that your app mails you about the error. In the mean time, your client and the user were served, and you don't have to get up at 4 am to deal with it.
Redundancy often pays off, and is cheap to implement.