SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "The Friends" | "The Benevolent Planters" | "The Friends Or The Benevolent Planters" | "The Comet" | "How to Come at Her" | "The Comet or How to Come at Her")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION