diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-17 23:11:59 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-02-17 23:11:59 +0000 |
commit | a2c0b2c4f80463a94e2dd87b59f193ab3aa925eb (patch) | |
tree | 33ca8db836f4bda5250b0d380b8a3f695a59d4e1 /h-source/Application/Controllers/NotebooksController.php | |
parent | 1496cb0e9cf4e9893bcc8866fe0b8b8169b158c8 (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/NotebooksController.php')
-rw-r--r-- | h-source/Application/Controllers/NotebooksController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/NotebooksController.php b/h-source/Application/Controllers/NotebooksController.php index 6cac56e..e05fd75 100644 --- a/h-source/Application/Controllers/NotebooksController.php +++ b/h-source/Application/Controllers/NotebooksController.php @@ -83,6 +83,7 @@ class NotebooksController extends GenericController 'sort-by:sanitizeString' => 'undef', 'bios:sanitizeString' => 'undef', 'architecture:sanitizeString' => 'undef', + 'search_string:sanitizeString' => 'undef' ); $this->setArgKeys($argKeys); |