On Thursday, July 14, 2016 at 4:53:56 PM UTC+2, Mohamed Ettayeb wrote: > > Hello , > > im working with open edx bitnami version... everything works well till i > want to activate the edx searching course option .. > i show up the search box but when i put a name of course and do the search > it tells me that there is no course with that name.... :/ > > changes maked by me : > > # Courseware search feature > 'ENABLE_COURSEWARE_SEARCH': True, > > # Dashboard search feature > 'ENABLE_DASHBOARD_SEARCH': True, > > > # Use None for the default search engine > SEARCH_ENGINE = None > # Use LMS specific search initializer > SEARCH_INITIALIZER = > "lms.lib.courseware_search.lms_search_initializer.LmsSearchInitializer" > # Use the LMS specific result processor > SEARCH_RESULT_PROCESSOR = > "lms.lib.courseware_search.lms_result_processor.LmsSearchResultProcessor" > # Use the LMS specific filter generator > SEARCH_FILTER_GENERATOR = > "lms.lib.courseware_search.lms_filter_generator.LmsSearchFilterGenerator" > > > > > ===== > thats it... please anyone have an idea ?? >
I follow this link https://github.com/edx/edx-documentation/blob/master/en_us/install_operations/source/configuration/edx_search.rst#edx-search-requirements and search work probably .. -- 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/9f18fa88-92ed-4646-84ec-55727bcbd0f1%40googlegroups.com.
