all groups > macromedia flash flash remoting > april 2006 >
You're in the

macromedia flash flash remoting

group:

case sensitivity in filter() method


case sensitivity in filter() method jacobdol
4/4/2006 9:05:56 PM
macromedia flash flash remoting:
Hi,
I am trying to preform a search on existing RecordSet. Let's say I have a
product called Pearls, when I perform search using filter() and 'pearls' , it
does not bring any results. Is there an easy way to make filter() ignore the
case sensitivity? So no matter if I enter perals or Pearls it will bring the
results ?Thanks.
Re: case sensitivity in filter() method sneakyimp
4/13/2006 1:24:29 AM
have you gotten your filter function to return anything? if so, post your
filter function here and i'll modify it for you. (hint when doing string
comparison use String.toLowerCase())

if not, you should read the manual on RecordSet.filter().
AddThis Social Bookmark Button