diff --git a/search_api.module b/search_api.module index 55bd54ad..17f611a2 100644 --- a/search_api.module +++ b/search_api.module @@ -1994,6 +1994,7 @@ function _search_api_query_add_node_access($account, SearchApiQueryInterface $qu $query->filter($filter); } else { + // /!\ in previous patches i commented the next line, why ? maybe will have to do it again $query->condition('status', $published); }