Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix EZP-23644: add proper handling for hidden nodes in subtree fetches a... #181

Merged
merged 1 commit into from
Mar 23, 2015

Conversation

paulborgermans
Copy link
Contributor

...nd multiple locations
Tested on 5.3 and 5.4

Link: https://jira.ez.no/browse/EZP-23644

TODO

  • Rebase commits

@andrerom
Copy link
Contributor

+1, @bdunogier I guess 5.4.0 / 5.4.1 and 5.3.4

@andrerom
Copy link
Contributor

review ping @yannickroger @bdunogier

@@ -180,6 +180,7 @@ public function buildSearch( $searchText, $params = array(), $searchTypes = arra
$params['Filter'] = array( $params['Filter'] );
}

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could be shortened a bit with

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

@bdunogier
Copy link
Member

+1

@yannickroger
Copy link
Contributor

+1
I updated the description adding a reminder to squash commits.

Who's up to merge this ?

andrerom added a commit that referenced this pull request Mar 23, 2015
Fix EZP-23644: add proper handling for hidden nodes in subtree fetches a...
@andrerom andrerom merged commit ce64d88 into master Mar 23, 2015
@andrerom andrerom deleted the EZP-23644 branch March 23, 2015 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants