in reply to Implementing a text filter on some dataset
This does not work because John Nash has a space in between. Can someone help me get it to work please?my $query = buildQuery( <<EOQ ); (OR (OR AUTHOR=John Nash PROFIT=90% ) (OR AUTHOR=Matt PROFIT=80% ) ) EOQ print "\nQuery: $query\n";
|
|---|