Advanced Sessions Plugin

Hi! I’m extremely new to trying to understand online multiplayer and utilizing this plugin. I’m just toying around at the moment and trying to learn- I’ve run into an odd problem I can’t figure out. A few others in the forum have asked similar problems but I don’t really understand what their resolution was. For reference I’m trying this with 4.24.1

Currently it appears to utilizing the ‘Filters’ array of the ‘Find Sessions Advanced’ is not working?
Here’s what I’m trying:

Which fails to filter the results:


The reason I believe it may not be working is that the Filter results BP node works just fine with the same array information I’m attempting to pass into the ‘Filters’ array of ‘Find Sessions Advanced’.
Like this:

Is the functionality between the ‘Filters’ Array of the ‘Find Sessions Advanced’ node the same as the BP node for ‘Filter Sessions Results’? If it is then I may have encountered a bug since I’m passing the same array data and ‘Find Sessions Advanced’ doesn’t work but ‘Filter Sessions Results’ works as expected.