[ic] coordinated searches with ignore case.

maillists lists at gmnet.net
Sat Jan 21 20:19:50 EST 2006


On Sat, 2006-01-21 at 16:57 -0800, Peter wrote:
> On 01/21/2006 04:12 PM, maillists wrote:
> > Hi,
> > 
> > I can't seem to get a coordinated search to work with ignoring case.
> > 
> > I have tried many variations of the following and I can't seem to
> > get it to work:
> > 
> > [loop
> >   prefix=test_select
> >   list_prefix=test_select_list
> >   search="
> >   fi=testdb
> >   st=db
> >   co=1
> >   sf=fieldtosearch
> >   se=[value testvariable]
> >   op=eq
> >   cs=0
> >   sf=pending
> >   se=0
> >   op=eq
> >   cs=0
> >   sf=inactive
> >   se=0
> >   op=eq
> >   cs=0
> > "]
> 
> You've got it backwards, cs=1 makes the search case sensitive, cs=0 is 
> for a case-insensitive search and is the default.  If you just leave the 
> cs lines out of your search alltogether it will pretty much do what you 
> want.
> 
> Peter
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users


Hi Peter,

I want it to be case-insensitive. (match found regardless of case)

for some reason, it is ONLY finding a match if the case matches.

I have tried it w/o the cs and it also only finds case-sensitive
records...

I can't get a coordinated search to ignore the case...


Thanks
Rick




More information about the interchange-users mailing list