SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "Noahs Flood" | "The Destruction of the World" | "The Cataclysm" | "General Deluge of the World An Opera Adorned with Various Sculptures" | "The Deluge" | "The Destruction of the World" | "Noahs Flood")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION