question

Omer Khalid avatar image
Omer Khalid asked

Search players with partial names,Search players

We have a feature in our game where a player can search for other players even with partial names which means multiple players containing this substring in their usernames can be returned. However PlayFabClientApi does not have any method for searching other players. How can I achieve this goal?

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Hernando avatar image
Hernando answered

PlayFab does not support this feature right now. You can try to make a feature request about it here: https://community.playfab.com/spaces/24/index.html, more votes from other users can help with the priority.

Besides, one way you could enable this right now would be by creating and maintaining a custom database server of your own and store/retrieval the names of all your players.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.