Index: view.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/data/view.php,v retrieving revision 1.70.2.27 diff -u -r1.70.2.27 view.php --- view.php 21 Nov 2008 07:01:00 -0000 1.70.2.27 +++ view.php 10 Mar 2009 09:48:28 -0000 @@ -606,6 +606,7 @@ $baseurl = 'view.php?d='.$data->id.'&'; //send the advanced flag through the URL so it is remembered while paging. $baseurl .= 'advanced='.$advanced.'&'; + $search && $baseurl .= 'filter=1&'; //pass variable to allow determining whether or not we are paging through results. $baseurl .= 'paging='.$paging.'&';