You are here

function apachesolr_commentsearch_apachesolr_modify_query in Apache Solr Search 6.2

File

contrib/apachesolr_commentsearch/apachesolr_commentsearch.module, line 79

Code

function apachesolr_commentsearch_apachesolr_modify_query(&$query, &$params, $caller) {
  $params['fl'] .= ',is_cid,ss_thread';
}