Browse Source

skip empty mime type index

main
ghost 2 years ago
parent
commit
1e2736d67b
  1. 2
      config/sphinx.conf.txt

2
config/sphinx.conf.txt

@ -27,7 +27,7 @@ source hostPage : common @@ -27,7 +27,7 @@ source hostPage : common
WHERE `hostPageDescription`.`hostPageId` = `hostPage`.`hostPageId`) AS `pageDescription` \
FROM `hostPage` \
JOIN `host` ON (`host`.`hostId` = `hostPage`.`hostId`) \
WHERE `host`.`status` = '1' AND `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL\
WHERE `host`.`status` = '1' AND `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