Commit 84401d0d by Clinton Blackburn Committed by GitHub

Added content_type field (#139)

This will allow server-side filtering by content type.

ECOM-4747
parent 138f1434
...@@ -38,7 +38,7 @@ COURSE_RUN_FACET_FIELD_OPTIONS = { ...@@ -38,7 +38,7 @@ COURSE_RUN_FACET_FIELD_OPTIONS = {
} }
COURSE_RUN_SEARCH_FIELDS = ( COURSE_RUN_SEARCH_FIELDS = (
'key', 'title', 'short_description', 'full_description', 'start', 'end', 'enrollment_start', 'enrollment_end', 'key', 'title', 'short_description', 'full_description', 'start', 'end', 'enrollment_start', 'enrollment_end',
'pacing_type', 'language', 'transcript_languages', 'marketing_url', 'text', 'pacing_type', 'language', 'transcript_languages', 'marketing_url', 'content_type', 'text',
) )
......
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