James,

A simple search separated by spaces will be treated as a phrase, not a
keyword search.

http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=part_dev.htm

You will need to either add commas or "OR" operators between the words.

Hope this helps,

Dean

On 7/3/07, James Wolfe <[EMAIL PROTECTED]> wrote:
> I have a CF MX7 search collection which contains item titles like
>
>    Genuine Hand Carved Ivory Netsuke of Two Rabbits Playing Drum
>
> When I run a type="simple" search for
>
>   playing
>
> that item comes up. When I run a type="simple" search for
>
>   rabbit playing
>
> that items also comes up (the system is smart enough to pluralize rabbit into 
> Rabbits and ignore case). However, when I run a search for
>
>   playing rabbits
>
> no items come up. Also if i search for
>
>   ivory rabbit playing
>
> nothing comes up.
>
> I just want a simple search where all the terms that are typed into the 
> search box are what is used for the search (independant of order) unless the 
> customer puts in quotation marks. I also want a "ranking" of how well it 
> matches the search term.
>
> What parameters and values should I be using for the indexing and what should 
> I be using for searching?
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
CF 8 – Scorpio beta now available, 
easily build great internet experiences – Try it now on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

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