Hello All,
I am trying to apply Default-Search box in LMS page. My installation is Devstack ginkgo2.0
I followed the doc on "readthedocs" for Search-box. Below is result which shows different versions of programs:
ubuntu@ip-192-168-2-248:~$ pip freeze | grep pymongo
pymongo==3.6.1
ubuntu@ip-192-168-2-248:~$ pip freeze | grep Django
Django==1.11.13
ubuntu@ip-192-168-2-248:~$ pip freeze | grep pytz
pytz==2018.4
ubuntu@ip-192-168-2-248:~$ pip freeze | grep Django elasticsearch
grep: elasticsearch: No such file or directory
ubuntu@ip-192-168-2-248:~$ pip freeze | grep elasticsearch
django-elasticsearch==0.5
elasticsearch==6.2.0
ubuntu@ip-192-168-2-248:~$
I added following additional settings in lms.env.json:
"ENABLE_COURSEWARE_SEARCH":true,
"ENABLE_DASHBOARD_SEARCH":true,
"ENABLE_COURSE_DISCOVERY":true,
"SEARCH_ENGINE":"search.elastic.ElasticSearchEngine",
"ENABLE_COURSEWARE_INDEX":true,
"ENABLE_LIBRARY_INDEX":true
But the Search box is not displaying in LMS. I have used theme also. I have used index theme which changes the gray background of LMS
Let me know if all versions of programs are correct or not?
Also let me know where i am going wrong.