Skip to content

Commit

Permalink
LPS-25877 Search portlet returns results that should not appear
Browse files Browse the repository at this point in the history
  • Loading branch information
rotty3000 authored and brianchandotcom committed Mar 5, 2012
1 parent b770708 commit 20237e2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -282,7 +282,7 @@ protected Query doGetPermissionQuery(

Indexer indexer = IndexerRegistryUtil.getIndexer(className);

if (!indexer.isFilterSearch()) {
if (!indexer.isPermissionAware()) {
return query;
}

Expand Down

0 comments on commit 20237e2

Please sign in to comment.