SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "The Humours of the Turf" | "Newmarket" | "or, The Humours of the Turf" | "The Volunteers" | "or, Taylors to Arms!" | "Perseus and Andromeda")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION