test
This commit is contained in:
@@ -56,7 +56,7 @@ ALDRYN_SEARCH_INDEX_BASE_CLASS = 'project.search.SearchIndex'
|
||||
|
||||
HAYSTACK_CUSTOM_HIGHLIGHTER = 'project.search.Highlighter'
|
||||
HAYSTACK_DEFAULT_OPERATOR = 'OR'
|
||||
HAYSTACK_INDEX_PATH = os.path.join(DATA_ROOT, 'whoosh', 'index')
|
||||
HAYSTACK_INDEX_PATH = os.path.join('/tmp', 'whoosh', 'index')
|
||||
HAYSTACK_CONNECTIONS = {
|
||||
'default': {
|
||||
'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
|
||||
|
||||
Reference in New Issue
Block a user