SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "Three Hours after Marriage" | "Three Hours After Marriage" | "The Count of Burgundy" | "The Count Of Burgundy")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION