Simple string query is not matching any players together

Hello,

I want to use a simple query to use in matchmaking. Every user receives a ticket for matchmaking properly, but they aren’t matched together at all. The query is pretty simple: default: default When the query is *, the users are matched tho.

If it helps, there are the dictionary string and numeric properties used too in addition to the string query. I don’t know if they have any effect on it.

Hello @amuuu,

queries are available under the properties prefix, so modify it to +properties.default:default.
This should work assuming your users have properties that contain {"default":"default"}.

1 Like