SELECT *
FROM london_stages
WHERE MATCH('(@(perftitleclean,performancetitle) "Love in a Sack" | "The Humours of Purgatory" | "The Masquerade or An Evening’s Intrigue" | "The Masquerade" | "An Evening’s Intrigue" | "Whig and Tory" | "Whig And Tory")')
GROUP BY eventid
ORDER BY weight() desc, eventdate asc
OPTION