Skip to content

Commit

Permalink
Shorter version as suggested during review ^BD
Browse files Browse the repository at this point in the history
  • Loading branch information
paulborgermans committed Mar 20, 2015
1 parent cc5ecd8 commit 1139658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ezfezpsolrquerybuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public function buildSearch( $searchText, $params = array(), $searchTypes = arra
$params['Filter'] = array( $params['Filter'] );
}

$pathFieldName = $ignoreVisibility ? eZSolr::getMetaFieldName( 'path' ) : eZSolr::getMetaFieldName( 'visible_path' ) ;
$pathFieldName = eZSolr::getMetaFieldName( $ignoreVisibility ? 'path' : 'visible_path' );


$filterQuery = array();
Expand Down

0 comments on commit 1139658

Please sign in to comment.