Trying to get my head around how to create a query containing multiple fulltext searches:
select * from db where MATCH (column1) AGAINST (\'$q\') limit 10