View Single Post
05/04/16, 11:43 AM   #8
cyxui
AddOn Author - Click to view addons
Join Date: Nov 2015
Posts: 62
Originally Posted by ZOS_ChipHilseberg View Post
Unfortunately the client doesn't have that information right now. The guild store query on the server only returns enough to fill a page so it doesn't know the total number of results. Changing that would impact database performance which makes it a more complicated matter than adding an API for it.
can we get an ID for each store listing at least? I believe that is simple as Select ID .... FROM .... and the clustered column shouldn't effect performance at all