/**
  * @param FacetGroupSet $facetGroupSet
  * @param boolean $append, if true the category ids will added to current filter
  *
  * @return ProductSearchCriteria
  */
 public function filterByFacetGroupSet(FacetGroupSet $facetGroupSet, $append = false)
 {
     return $this->filterByFacetIds($facetGroupSet->getIds(), $append);
 }