I haven't seen this one mentioned anywhere in the huge number of ColdFusion 8/Scorpio posts that have been popping up lately. It's a relatively minor addition to the cfmail tag for setting message priority. In ColdFusion 6.x/7.x, if you wanted to set message priority, you needed to use a separate cfmailparam tag like so:
In ColdFusion 8, the same email can be written like this:
The priority attribute is optional and can contain an integer (1-5 with 1 being the highest priority) or string value (highest|urgent, high, normal, low, and lowest|non-urgent).
This isn't huge, I know, but it's just one more way ColdFusion 8 makes even little things easier than ever before.
Is it possible with Cold Fusion to set up a custom search option so that the visitor
can only search within a web site and is not sent "outside" the website?
Thanks,
Charlie
ColdFusion comes bundled (and integrated) with the Verity Search Engine. It's very easy to use it to index and search your ColdFusion site, without sending visitors outside of your site.