Browse Source

remove deprecated condition

main
ghost 1 year ago
parent
commit
872ea25d00
  1. 2
      config/sphinx.conf.example

2
config/sphinx.conf.example

@ -41,7 +41,7 @@ source hostPage : common @@ -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

Loading…
Cancel
Save