index only 200 http code pages

This commit is contained in:
ghost 2023-04-07 05:34:45 +03:00
parent 9b9d40a97c
commit e98146b78b

View File

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