field_restrict[] = array( 'field' => "code_champ", 'values' => array(1, 2, 3, 4, 6, 23), 'op' => "and", 'not' => false ); if ($multi_crit_indexation_oeuvre_title) { $this->field_restrict[] = array( 'field' => "code_champ", 'values' => array(26), 'op' => "or", 'not' => false, 'sub' => array( array( 'sub_field' => "code_ss_champ", 'values' => 1, 'op' => "and", 'not' => false ), ) ); } } protected function _get_search_type() { return parent::_get_search_type() . "_title"; } }