remove not indexed pages from the search index

This commit is contained in:
ghost 2023-04-07 04:50:01 +03:00
parent ce509ec0a8
commit 0f2b772fa8

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 FROM hostPage WHERE timeUpdated IS NOT NULL
sql_attr_uint = hostPageId sql_attr_uint = hostPageId
} }