Re: verity indexing of each word in keyword search

2009-03-01 Thread Raymond Camden

By default, if the user enters

x y

to search, Verity treats it as a phrase. You can modify their search
by changing any space to a comma. So "x y" becomes "x,y". Although I
think you want an AND search, so you could simply change any space to
" AND ".

You can see more on this in the CF Dev Guide, chapter 28, Using Verity
Search Expressions. Specifically the section "Using simple queries."

On Sat, Feb 28, 2009 at 4:43 PM, Richard Steele  wrote:
>
> What is the best way to search a string of words such as firstname and 
> lastname  using verity?
>
> Right now our search engine is a literal search and thus if there is a middle 
> initial in the field we are searching in, then it won't return the results. 
> However if in the input box we enter "firstname and lastname" then it finds 
> it. We don't want the user to have to enter the operator "and".
>
> Thanks in advance.
>
> 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319955
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


verity indexing of each word in keyword search

2009-02-28 Thread Richard Steele

What is the best way to search a string of words such as firstname and lastname 
 using verity? 

Right now our search engine is a literal search and thus if there is a middle 
initial in the field we are searching in, then it won't return the results. 
However if in the input box we enter "firstname and lastname" then it finds it. 
We don't want the user to have to enter the operator "and". 

Thanks in advance. 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319950
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4