[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Custom SearchOP


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
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.