Home
last modified time | relevance | path

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

/plugin/solr/
H A Daction.php244 $title_result = unserialize($helper->solr_query('select', $query_str_title));
249 if(!empty($title_result['response']['docs'])){
252 $helper->html_render_titles($title_result, 'search_quickhits');
385 $title_result = unserialize($helper->solr_query('select', $query_str_title));
392 if(!empty($title_result['response']['docs'])){
394 $helper->html_render_titles($title_result);
H A Dhelper.php90 * @param array $title_result Solr result array
93 public function html_render_titles($title_result, $ul_class="") { argument
96 foreach($title_result['response']['docs'] as $doc){