The key for me was to make sure that the following code line was in place
if (e.NumberOfItems == searchResults.TotalRecords)
{
e.EndOfItems = true;
return;
}
The key for me was to make sure that the following code line was in place
if (e.NumberOfItems == searchResults.TotalRecords)
{
e.EndOfItems = true;
return;
}