SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "Alfred, a Masque" | "Alfred" | "Sophonisba" | "Agamemnon" | "Tancred and Sigismunda" | "Alfred the Great, King of England" | "Coriolanus")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION