From 872ea25d005b165635051ef8d4af999a85a42ded Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 5 Aug 2023 22:00:26 +0300 Subject: [PATCH] remove deprecated condition --- config/sphinx.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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