[ic] coordinated searches with ignore case.

Daniel Davenport DDavenport at newagedigital.com
Sun Jan 22 18:25:17 EST 2006


 

> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org 
> [mailto:interchange-users-bounces at icdevgroup.org] On Behalf 
> Of maillists
> Sent: 2006 January 21 -- Saturday 7:12 PM
> To: Interchange Users
> Subject: [ic] coordinated searches with ignore case.
> 
> 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
> "]
> [testp_select_list]
>   found fieldtosearch that matches testvariable regardless of case
>   pending must be 0. and inactive must be 0.
> [/test_select_list]
> [/loop]
> 
> I must be missing something. I have also had problems with 
> "or" searches too.
> 
> Can anyone point me in the right direction?
> 
> Thanks
> Rick

If your search form sets a profile, that profile will need to include
some mention of testvariable.  Otherwise, the field won't make it from
[cgi...] to [value...].

Have you tried dumping [value testvariable] into the page to be sure
it's getting set?

--
Daniel Davenport
New Age Digital
http://www.newagedigital.com



More information about the interchange-users mailing list