Home
last modified time | relevance | path

Searched refs:title_params (Results 1 – 1 of 1) sorted by relevance

/plugin/solr/
H A Daction.php224 …$title_params = array_merge($this->common_params, array('q' => $q_title, 'rows' => self::PAGING_SI…
232 trigger_event('SOLR_QUERY_TITLE', $title_params);
235 $query_str_title = substr($this->array2paramstr($title_params), 1);
374 $title_params = array_merge($this->common_params, array('q' => $q_title));
376 trigger_event('SOLR_QUERY_TITLE', $title_params);
378 $query_str_title = substr($this->array2paramstr($title_params), 1);