my $sql = qq{SELECT * FROM $table WHERE (MATCH(Author) AGAINST('+herman +melville' IN BOOLEAN MODE)) order by Title};