diff --git a/modules/bat_facets/bat_facets.module b/modules/bat_facets/bat_facets.module
index 444c4de9..32eec468 100755
--- a/modules/bat_facets/bat_facets.module
+++ b/modules/bat_facets/bat_facets.module
@@ -73,7 +73,8 @@ function bat_facets_search_api_query_alter(QueryInterface &$query) {
                 $constraints[] = $constraint['constraint'];
               }
 
-              $response = $calendar->getMatchingUnits($start_date, $end_date, $valid_states, $constraints, TRUE);
+              $response = $calendar->getMatchingUnits($start_date, $end_date, $valid_states, $constraints);
+              
               $valid_unit_ids = array_keys($response->getIncluded());
 
               // If there are available units, mark this type as valid.
