Ret dine parenteser
SELECT * FROM people
WHERE
university='2'
AND (MATCH (lname,fname) AGAINST ('+massive' IN BOOLEAN MODE)
OR fname LIKE '%box%'
OR lname LIKE '%box%')
AND
har højere forrang end OR
, så university = '2'
blev kun kombineret med MATCH
, ikke med fname/lname
tests.