Search-347, added stats to the list of faceting to check

This commit is contained in:
Michael Suzuki
2017-05-17 10:37:02 +01:00
parent b943c8b0a5
commit ca145e2bec

View File

@@ -1108,6 +1108,10 @@ public class SearchParameters implements BasicSearchParameters
{
return true;
}
if(stats != null && !stats.isEmpty())
{
return true;
}
return false;
}