Browse Source

index hosts with enabled status only

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

2
config/sphinx.conf.txt

@ -12,7 +12,7 @@ source hostPage @@ -12,7 +12,7 @@ source hostPage
SELECT hostPage.hostPageId, hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords, hostPage.data, hostPage.uri, host.name \
FROM hostPage \
JOIN host ON (host.hostId = hostPage.hostId) \
WHERE hostPage.httpCode = 200
WHERE host.status = '1' AND hostPage.httpCode = 200
sql_attr_uint = hostPageId
}

Loading…
Cancel
Save