In fact, calling with page 3 results in an error:
https://www.bungie.net/Platform/User/Search/Prefix/Destiny/3/
ErrorCode: 217 - UserCannotResolveCentralAccount
This happens for all names with more than 25 results (aka more than one page) - the hasMore value is incorrect on the last page
Currently there are 52 players with the bungieGlobalDisplayName of "Destiny".
Searching for them using User.SearchByGlobalNamePrefix returns the following results:
https://www.bungie.net/Platform/User/Search/Prefix/Destiny/0/
25 results hasMore: truehttps://www.bungie.net/Platform/User/Search/Prefix/Destiny/1/
25 results hasMore: truehttps://www.bungie.net/Platform/User/Search/Prefix/Destiny/2/
2 results hasMore: trueExpected: hasMore should be false for page = 2.
In fact, calling with page 3 results in an error:
https://www.bungie.net/Platform/User/Search/Prefix/Destiny/3/
ErrorCode: 217 - UserCannotResolveCentralAccountThis happens for all names with more than 25 results (aka more than one page) - the hasMore value is incorrect on the last page