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
98e92bfb
Commit
98e92bfb
authored
Feb 02, 2015
by
Martyn James
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6847 from edx/mjames/search_setting
Default search engine to None
parents
64b3768d
1b769b53
Show 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 @
98e92bfb
...
...
@@ -873,7 +873,7 @@ FILES_AND_UPLOAD_TYPE_FILTERS = {
}
# Default to no Search Engine
SEARCH_ENGINE
=
"search.tests.mock_search_engine.MockSearchEngine"
SEARCH_ENGINE
=
None
ELASTIC_FIELD_MAPPINGS
=
{
"start_date"
:
{
"type"
:
"date"
...
...
lms/envs/common.py
View file @
98e92bfb
...
...
@@ -2014,6 +2014,6 @@ PDF_RECEIPT_COBRAND_LOGO_PATH = PROJECT_ROOT + '/static/images/default-theme/log
PDF_RECEIPT_COBRAND_LOGO_HEIGHT_MM
=
12
# Use None for the default search engine
SEARCH_ENGINE
=
"search.tests.mock_search_engine.MockSearchEngine"
SEARCH_ENGINE
=
None
# Use the LMS specific result processor
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