[ic] coordinated searches with ignore case.

Peter peter at pajamian.dhs.org
Sat Jan 21 19:57:09 EST 2006


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


More information about the interchange-users mailing list