From 0f2b772fa8bcefd20df65918d0392361de96383f Mon Sep 17 00:00:00 2001 From: ghost Date: Fri, 7 Apr 2023 04:50:01 +0300 Subject: [PATCH] remove not indexed pages from the search index --- config/sphinx.conf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }