I want to filter against a collection of strings using strict matching. I do not want results that do not have what I'm trying to match against. According to my local testing and documentation the "Match" method does not do this. It states this at the very bottom of the following page: https://world.episerver.com/documentation/Items/Developers-Guide/EPiServer-Find/9/DotNET-Client-API/Searching/Filtering/Strings
What is the best way to go about doing a strict search against a collection of strings using Find, and only returning results that hit?