From a2c0b2c4f80463a94e2dd87b59f193ab3aa925eb Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 17 Feb 2012 23:11:59 +0000 Subject: added the search_string filter in the catalogue page to look for a model name containing a string --- h-source/Application/Controllers/VideocardsController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'h-source/Application/Controllers/VideocardsController.php') diff --git a/h-source/Application/Controllers/VideocardsController.php b/h-source/Application/Controllers/VideocardsController.php index ad6c0ef..477e335 100644 --- a/h-source/Application/Controllers/VideocardsController.php +++ b/h-source/Application/Controllers/VideocardsController.php @@ -51,6 +51,7 @@ class VideocardsController extends GenericController 'video_card_works:sanitizeString' => 'undef', 'interface:sanitizeString' => 'undef', 'sort-by:sanitizeString' => 'undef', + 'search_string:sanitizeString' => 'undef' ); $this->setArgKeys($argKeys); -- cgit v1.2.3