> I've got a DB of emails that I'd like to have searchable by 
> verity (the new archive search). I've found that if I index 
> the messages with the subject in the title position, it is 
> not searched. Is there a switch to force verity to search the 
> title field (and/or the custom ones as well)? Would it be 
> better to dump the messages down to file and index the files? 
> I'm looking for the fastest and best method which will get 
> people all of the data they may be searching for. 
> Thanks

You can just put the subject in the body attribute as well:

<cfindex ...
        body="subject,msgbody"
        ...>

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to