I have a Verity search facility on my site. When I search for literal strings using double quotes, Verity performs a search including the quotes, e.g. it searches for '"rail network"' instead of 'rail network'. Has anyone come across this problem before? I've tried to fix it by using a ReplaceNoCase to extract the double quotes: <cfset form.Criteria = ReplaceNoCase(form.Criteria,Chr(34),"","ALL")> But the first instance of the double quote is not removed - another weird error. Any ideas would be much appreciated. Thanks Steve Development Manager Vardus Internet Solutions (SA) Tel: (+27) 21 670 9880 Fax: (+27) 21 674 4549 Email: [EMAIL PROTECTED] Website: www.vardus.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

