aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/SdcardreadersController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-02-17 23:11:59 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-02-17 23:11:59 +0000
commita2c0b2c4f80463a94e2dd87b59f193ab3aa925eb (patch)
tree33ca8db836f4bda5250b0d380b8a3f695a59d4e1 /h-source/Application/Controllers/SdcardreadersController.php
parent1496cb0e9cf4e9893bcc8866fe0b8b8169b158c8 (diff)
added the search_string filter in the catalogue page to look for a model name containing a string
Diffstat (limited to 'h-source/Application/Controllers/SdcardreadersController.php')
-rw-r--r--h-source/Application/Controllers/SdcardreadersController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/SdcardreadersController.php b/h-source/Application/Controllers/SdcardreadersController.php
index 7b26375..78ba530 100644
--- a/h-source/Application/Controllers/SdcardreadersController.php
+++ b/h-source/Application/Controllers/SdcardreadersController.php
@@ -54,7 +54,8 @@ class SdcardreadersController extends GenericController
'comm_year:sanitizeString' => 'undef',
'sd_card_works:sanitizeString' => 'undef',
'interface:sanitizeString' => 'undef',
- 'sort-by:sanitizeString' => 'undef'
+ 'sort-by:sanitizeString' => 'undef',
+ 'search_string:sanitizeString' => 'undef'
);
$this->setArgKeys($argKeys);