Hi Mark

I just had the same problem... You have to read the spec on livedocs to 
understand what  verity all does ;)

I solved the problem with the AND operator:

1) clean the verity searchcrtieria with the exzellent verityclean udf from 
cflib.org
<cfset var cleanSearchstring = _verityclean(trim(lcase(arguments.criteria)))/>

2) than replace any empty space with the AND operator 
<cfset  cleanSearchstring = replace(cleanSearchstring, " ", " and ","all")/>

If you using english language pack - what you probably do - that works 
excellent... but not when you use the german language pack. Thee AND operator 
doesn't work as exspected with the german language pack (!?!?)...nobody knows 
why, I guess, it is a bug in the language pack.

Daniel
danielschmid.name

> Hi All
> 
> I'm doing a phrase search with verity with following phrase ("j2ee 
> struts")
> 
> I am using MX7 and type simple
> 
> This should just return results containing the phrase but it returns 
> results with j2ee OR struts
> 
> Can any one help? According to the documentation this should work.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:264115
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