Rename a few settings from SPHINX_* to SEARCH_*

This commit is contained in:
James Socol 2010-02-09 13:11:20 -08:00
Родитель f679c4ec22
Коммит d72455aa9c
1 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -112,6 +112,11 @@ SPHINX_PORT = 3312
#
# Sphinx results tweaking
SPHINX_FORUM_MIN_AGE = 7 # age before which decay doesn't apply, in days
SPHINX_FORUM_HALF_LIFE = 14 # controls the decay rate, in days
SPHINX_RESULTS_PER_PAGE = 10
SEARCH_FORUM_MIN_AGE = 7 # age before which decay doesn't apply, in days
SEARCH_FORUM_HALF_LIFE = 14 # controls the decay rate, in days
SEARCH_RESULTS_PER_PAGE = 10
#
# Search default settings
SEARCH_DEFAULT_CATEGORIES = '1,17,18' # comma-separated string of category IDs
SEARCH_DEFAULT_FORUM = '1' # default forum ID (eg: 1 on sumo, 5 on mosumo)