Commit 8b72cc6f by Dennis Jen

Fixed course list search event naming.

parent 73326465
......@@ -73,7 +73,7 @@ define(function(require) {
this.options.collection.unsetSearchString();
} else {
this.options.collection.setSearchString(searchString);
this.options.trackingModel.trigger('segment:track', 'edx.bi.course-list.searched', {
this.options.trackingModel.trigger('segment:track', 'edx.bi.course_list.searched', {
category: 'search'
});
}
......
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