'INT', 'id' => 'INT', 'cid' => 'ARRAY', 'year' => 'INT', 'month' => 'INT', 'limit' => 'UINT', 'limitstart' => 'UINT', 'showall' => 'INT', 'return' => 'BASE64', 'filter' => 'STRING', 'filter_order' => 'CMD', 'filter_order_Dir' => 'CMD', 'filter-search' => 'STRING', 'print' => 'BOOLEAN', 'lang' => 'CMD', 'Itemid' => 'INT', 'letter' => 'STRING', 'filter-category_id' => 'INT', 'filter-tag_id' => 'INT', 'filter-library_id' => 'INT', 'filter-location_id' => 'INT', 'filter-year' => 'INT', 'filter-author_id' => 'INT', 'filter-editor_id' => 'INT'); $cachable = true; $vName = $this->input->getCmd('view', 'categories'); if ($vName == 'search'){ $cachable = false; } parent::display($cachable, $safeurlparams); return $this; } }