SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "Modern Breakfast" | "All Asleep at Noon" | "Modern Breakfast or All Asleep at Noon" | "The Sicilian Romance" | "The Apparition of the Cliffs" | "THE SICILIAN ROMANCE or The Apparition of the Cliffs")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION