SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "William and Nanny" | "William And Nanny" | "Blue Beard" | "The Flight of Harlequin" | "Blue Beard or The Flight of Harlequin")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION