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 pymongopymongo==3.6.1ubuntu@ip-192-168-2-248:~$ pip freeze | grep DjangoDjango==1.11.13ubuntu@ip-192-168-2-248:~$ pip freeze | grep pytzpytz==2018.4ubuntu@ip-192-168-2-248:~$ pip freeze | grep Django elasticsearchgrep: elasticsearch: No such file or directoryubuntu@ip-192-168-2-248:~$ pip freeze | grep elasticsearchdjango-elasticsearch==0.5elasticsearch==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. -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/f600b0f6-1c24-40bd-90b3-57a8a6df1cee%40googlegroups.com.
