We're having issues getting the search to work on the /courses page. I've tried setting the following options in both lms.env.json and lms/envs/common.py:
ENABLE_COURSEWARE_INDEX: True
ENABLE_LIBRARY_INDEX: True
ENABLE_COURSEWARE_SEARCH: True
ENABLE_DASHBOARD_SEARCH: True
ENABLE_COURSE_DISCOVERY: True
When I search on the /courses page, lms-stderr.log shows the following, so I know the the LMS can talk to elasticsearch:
I've tried reindexing courses in the CMS and making sure that the courses are open for enrollment. Also, search on the /dashboard page does work, so I know that elasticsearch is working.
Other people seem to have had similar issues:
Is there anything we need to do besides setting these flags and reindexing the courses?
Thanks,
Morgan