diff --git a/config/sphinx.conf.example b/config/sphinx.conf.example index 62edaf8..7953819 100644 --- a/config/sphinx.conf.example +++ b/config/sphinx.conf.example @@ -41,7 +41,7 @@ source hostPage : common WHERE `hostPageDescription`.`hostPageId` = `hostPage`.`hostPageId`) AS `keywords` \ FROM `hostPage` \ JOIN `host` ON (`host`.`hostId` = `hostPage`.`hostId`) \ - WHERE `host`.`status` = '1' AND `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL AND `hostPage`.`mime` IS NOT NULL \ + WHERE `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL AND `hostPage`.`mime` IS NOT NULL \ sql_attr_uint = rank sql_attr_string = mime