Advanced Sessions Plugin

So… I can check if ‘MyGameName’ is EQUAL to ‘SomeValue’, but… what do I do to handle this situation:
Host makes games with MyGameName’ set to ‘someveryveryverylonggamename’.
Client filters for ‘MyGameName’ to ‘gamename’. Since the name does not EQUAL someveryveryverylonggamename, it wont trigger?
Sooo. how do I make it that the ‘equal’ comparison is changed to a ‘in string’ comparison? So if you filter on ‘gamename’ you will get ‘someveryveryverylonggamename’ in the results?