diff -u -r modules_contrib/views_savedsearches/notifications_views_savedsearches/notifications_views_savedsearches.module modules/views_savedsearches/notifications_views_savedsearches/notifications_views_savedsearches.module
--- modules_contrib/views_savedsearches/notifications_views_savedsearches/notifications_views_savedsearches.module	2011-03-02 08:26:05.000000000 -0500
+++ modules/views_savedsearches/notifications_views_savedsearches/notifications_views_savedsearches.module	2011-07-22 12:18:57.000000000 -0400
@@ -163,6 +163,9 @@
     if (is_object($view) && is_object($vs)) {
       if ($view instanceof view) {
 
+        // Examine the _complete_ resultset with all the conditions of the saved view, rather than the first page of the default display
+        $view->set_display($vs->display);
+        $view->set_items_per_page(0);
         // Apply $vs->filters
         $view->set_exposed_input($vs->filters);
 
