Re: Verity search case sensitivity

2006-02-20 Thread Raymond Camden
If your term is mixed case, Verity will do a case sensitive search.
Try lcasing or ucasing your search terms.

On 2/20/06, Joe Ferraro <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I have a client requesting that the full text searches using verity on his
> site not be case sensitive. I looked over the ColdFusion documentation but
> couldn't find any specific information on case sensitivity in Verity at all,
> but when doing searches on the site it certainly is case sensitive. Is there
> any way to tell the search not to be case sensitive?
>
> Thanks,
>
> Joe
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232899
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Verity search case sensitivity

2006-02-20 Thread Will Tomlinson
Found this here:
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/indexa12.htm

Verity searches are case-sensitive only when the search term is entered in 
mixed case. For example, a search for zeus finds zeus, Zeus, or ZEUS; however, 
a search for Zeus finds only Zeus.

To have your application always ignore the case the user types, use the LCase 
function in the criteria attribute of cfsearch. The following code converts 
user input to lowercase, thereby eliminating case-sensitivity concerns:




Will

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232893
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Verity search case sensitivity

2006-02-19 Thread Joe Ferraro
Hello all,

I have a client requesting that the full text searches using verity on his
site not be case sensitive. I looked over the ColdFusion documentation but
couldn't find any specific information on case sensitivity in Verity at all,
but when doing searches on the site it certainly is case sensitive. Is there
any way to tell the search not to be case sensitive?

Thanks,

Joe


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:232892
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54