Browse Source

index only 200 http code pages

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

2
config/sphinx.conf.txt

@ -10,7 +10,7 @@ source hostPage @@ -10,7 +10,7 @@ source hostPage
sql_query = \
SELECT hostPageId, metaTitle, metaDescription, metaKeywords, data, uri \
FROM hostPage WHERE timeUpdated IS NOT NULL
FROM hostPage WHERE httpCode = 200
sql_attr_uint = hostPageId
}

Loading…
Cancel
Save