Adding COURSE_DISPLAY_FILTERS to config.yml

I have a fresh install of Tutor that I would like to limit the search page facets to just the org filter. I’ve tried adding the following line to my config.yml file:

FEATURES:
- COURSE_DISCOVERY_FILTERS:
  - org

I then ran the following commands:

tutor config save
tutor images build openedx
tutor local stop
tutor local start --detach

The search page still displays the full list of search facets.

Short of modifying the lms.env.json file (which I don’t want to do), is there another way to get my configuration settings saved into my tutor instance? Thank you for your help.

I fixed this by creating a yml plugin using the docs here: https://docs.tutor.overhang.io/plugins/gettingstarted.html and tips from the openedx forums here: https://discuss.openedx.org/t/problems-enabling-open-edx-search/815/3

2 Likes

This is almost certainly the best way to proceed. Good job!