Search by label name from client like query="+label.name:bingo" does not works

So my game logic is we will have multiple games where each game will have some name and limit. now when user wants to join game he can enter game name and voila match should be created and he can join now issue is when i enter query “+label.name:bingo” its never working.

  1. Versions: Nakama {3.5}, {Windows, Mac, Linux binary or Docker}, {client library (SDK) and version}
  2. Server Framework Runtime language (If relevant) {Go, TS/JS, Lua}
{code or log snippet}

:tv: Media:

Hi @developerpaaji ,

Please can you let us know which version of Nakama you are using, as well as which Client SDK (and version) you are using. Also please provide any error messages you are seeing.

How are you creating the matches? Are you using socket.CreateMatchAsync("matchName") in the Unity SDK for example?