mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
remove not indexed pages from the search index
This commit is contained in:
parent
ce509ec0a8
commit
0f2b772fa8
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user