Currently capped to 1000, is there a way to increase the number of results returned or is it simply down to chopping up the dataset with restrictBy conditions?
Also, is it normal for the results to return evenly distributed by the specified criteria?
For example, I'm searching for mp3 devices, with restrictBy=price[0,100] to get results with prices ranging from $0 to $100. This range seems to affect the immediate results page rather than the dataset as a whole, so each page I would get products spanning the full range of prices, and the same would apply if I move forward by increasing startIndex. Is it not possibly to mimic Google Shopping's style where you'd have the pagination and the price range would increase the further pages you go along?