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 ?? 

-- 
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/4bff5542-2aff-48e4-8456-fc1782a4349f%40googlegroups.com.

Reply via email to