Home
last modified time | relevance | path

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

/plugin/solr/
H A Daction.php220 $q_title .= $this->search_words($val, 'title:', '*');
224 …$title_params = array_merge($this->common_params, array('q' => $q_title, 'rows' => self::PAGING_SI…
368 $q_title = '';
372 $q_title .= ' title:'.$val.'*';
374 $title_params = array_merge($this->common_params, array('q' => $q_title));