Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
1b769b53
Commit
1b769b53
authored
Jan 30, 2015
by
Martyn James
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default search engine to None, so that all search/indexing operations are disabled until enabled
parent
3f211d3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cms/envs/common.py
+1
-1
lms/envs/common.py
+1
-1
No files found.
cms/envs/common.py
View file @
1b769b53
...
@@ -873,7 +873,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = {
...
@@ -873,7 +873,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = {
}
}
# Default to no Search Engine
# Default to no Search Engine
SEARCH_ENGINE
=
"search.tests.mock_search_engine.MockSearchEngine"
SEARCH_ENGINE
=
None
ELASTIC_FIELD_MAPPINGS
=
{
ELASTIC_FIELD_MAPPINGS
=
{
"start_date"
:
{
"start_date"
:
{
"type"
:
"date"
"type"
:
"date"
...
...
lms/envs/common.py
View file @
1b769b53
...
@@ -2014,6 +2014,6 @@ PDF_RECEIPT_COBRAND_LOGO_PATH = PROJECT_ROOT + '/static/images/default-theme/log
...
@@ -2014,6 +2014,6 @@ PDF_RECEIPT_COBRAND_LOGO_PATH = PROJECT_ROOT + '/static/images/default-theme/log
PDF_RECEIPT_COBRAND_LOGO_HEIGHT_MM
=
12
PDF_RECEIPT_COBRAND_LOGO_HEIGHT_MM
=
12
# Use None for the default search engine
# Use None for the default search engine
SEARCH_ENGINE
=
"search.tests.mock_search_engine.MockSearchEngine"
SEARCH_ENGINE
=
None
# Use the LMS specific result processor
# Use the LMS specific result processor
SEARCH_RESULT_PROCESSOR
=
"lms.lib.courseware_search.lms_result_processor.LmsSearchResultProcessor"
SEARCH_RESULT_PROCESSOR
=
"lms.lib.courseware_search.lms_result_processor.LmsSearchResultProcessor"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment