question

petergrimsehl avatar image
petergrimsehl asked

PFLobbySearchConfiguration::filterString - 'or' operator

Hello,

Is there any chance that we can have the OR operator available in the filterString when searching for lobbies? Currently, as a workaround, multiple queries have to be made, which could put too much stress on the API call rate. Was there a specific reason for not implementing this operator?

Cheers, PG

apis
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

·
Neils Shi avatar image
Neils Shi answered

According to the PFLobbySearchConfiguration - PlayFab | Microsoft Learn, the ‘filterString’ in PFLobbySearchConfiguration only supports the following operators: "and" (logical and), "eq" (equal), "ne" (not equals), "ge" (greater than or equal), "gt" (greater than), "le" (less than or equal), and "lt" (less than). The OR operator is not currently supported, you can post a feature request for it.

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.