mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Search-347, added stats to the list of faceting to check
This commit is contained in:
@@ -1108,6 +1108,10 @@ public class SearchParameters implements BasicSearchParameters
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if(stats != null && !stats.isEmpty())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user