From 85251183d6ad5fadaa65154e33e1e8ac8ca7f9b0 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 7 Feb 2014 10:32:26 +0100 Subject: [PATCH 3/4] NODE_PUBLISED : in previous patches i commented the next line, why ? maybe will have to do it again --- search_api.module | 1 + 1 file changed, 1 insertion(+) diff --git a/search_api.module b/search_api.module index 55bd54a..17f611a 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); } -- 2.3.5