Browse Source

remove not indexed pages from the search index

main
ghost 2 years ago
parent
commit
0f2b772fa8
  1. 2
      config/sphinx.conf.txt

2
config/sphinx.conf.txt

@ -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
} }

Loading…
Cancel
Save