Skip to content

Commit

Permalink
Merge pull request #22 from edx/feature/SOL-276
Browse files Browse the repository at this point in the history
add language to default filters
  • Loading branch information
Martyn James committed May 14, 2015
2 parents bde4d86 + 7598dab commit ae459ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# log appears to be standard name used for logger
log = logging.getLogger(__name__) # pylint: disable=invalid-name

DEFAULT_FILTER_FIELDS = ["org", "modes"]
DEFAULT_FILTER_FIELDS = ["org", "modes", "language"]


def _process_pagination_values(request):
Expand Down

0 comments on commit ae459ea

Please sign in to comment.