Commit c2f92600 by Clinton Blackburn

Exposed program type facet

ECOM-5329
parent 52587ad7
...@@ -50,6 +50,7 @@ COURSE_RUN_SEARCH_FIELDS = ( ...@@ -50,6 +50,7 @@ COURSE_RUN_SEARCH_FIELDS = (
PROGRAM_FACET_FIELD_OPTIONS = { PROGRAM_FACET_FIELD_OPTIONS = {
'category': {}, 'category': {},
'status': {}, 'status': {},
'type': {},
} }
BASE_PROGRAM_FIELDS = ( BASE_PROGRAM_FIELDS = (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment