diff --git a/config/sphinx.conf.txt b/config/sphinx.conf.txt index f0f12a9..a5dcd30 100644 --- a/config/sphinx.conf.txt +++ b/config/sphinx.conf.txt @@ -10,7 +10,7 @@ source hostPage sql_query = \ SELECT hostPageId, metaTitle, metaDescription, metaKeywords, data, uri \ - FROM hostPage + FROM hostPage WHERE timeUpdated IS NOT NULL sql_attr_uint = hostPageId }