A typo in /course/search.php causes the Show All button not to work. The error is on line 222. The $encoded variable is currently misspelled. The line should read:
echo "<a href=\"search.php?search=$encodedsearch&perpage=99999\">".get_string("showall", "", $totalcount)."</a>";