Hi,
After I run a SearchManager in dashboard, the number of result events I see is 165, however, when I use the following code to retrieve the results data:
var myResults = initSearch.data("results");
var searchResultArray = myResults.data().rows;
searchResultArray only has the first 100 events. Why is that ? Anyone run into this problem? How to get all events back?
thanks
↧