[ic] Custom SearchOP

Tom Tucker tom at ttucker.com
Mon Sep 10 13:13:22 EDT 2007


Jon Jensen wrote:
> On Mon, 10 Sep 2007, Paul Jordan wrote:
>
>> Shouldn't this
>>
>> my @pat = split(/,/, $pat);
>>
>> Be:
>>
>> my @pat = split(/\,/, $pat);
>
> Why? There's nothing special about , in a regex. Or did you find a 
> problem with it?
>
> Jon
>
The split command works as expected when I use the SearchOp sub outside 
of Interchange.

Would be interested in how I could "achieve this with a Mysql query and 
the IN operator" when using a search form including the other 
coordinated search items.

Tom


More information about the interchange-users mailing list