[KinoSearch] Using QueryFilter and BooleanQuery
Riyaad Miller
riyaad.miller at predix.com
Wed Apr 16 07:42:55 PDT 2008
Hi Jack
Thanks for your response. Admittedly the arguments work both ways!
I've tested them with both
$incl = @ARGV[0];
$incl = '' unless defined $incl;
$excl = @ARGV[1];
$excl = '' unless defined $excl;
print "find $incl but exclude $excl\n";
print join (', ', @ARGV) . "\n";
And ...
$incl = $ARGV[0];
$incl = '' unless defined $incl;
$excl = $ARGV[1];
$excl = '' unless defined $excl;
print "find $incl but exclude $excl\n";
In both case the print out correctly.
Thanks for the intel though!
Anyone with answers to my previous post?
Appreciated ...
(R)
_______________________________________________
KinoSearch mailing list
KinoSearch at rectangular.com
http://www.rectangular.com/mailman/listinfo/kinosearch
More information about the kinosearch
mailing list