This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function index_top_level_terms( $params, $class ) { | |
if ( 'univers' == $params['facet_name'] ) { | |
if ( 0 < $params['depth'] ) { | |
return false; // don't index child terms | |
} | |
} | |
if ( 'familles' == $params['facet_name'] ) { | |
if (( 0 == $params['depth'] ) || ( 2 == $params['depth'] )) { | |
return false; // index level 2 terms |