|
|
@ -25,7 +25,8 @@ module Searchable::Course
|
|
|
|
author_school_name: teacher&.school_name,
|
|
|
|
author_school_name: teacher&.school_name,
|
|
|
|
visits_count: visits,
|
|
|
|
visits_count: visits,
|
|
|
|
members_count: members_count,
|
|
|
|
members_count: members_count,
|
|
|
|
is_public: is_public == 1
|
|
|
|
is_public: is_public == 1,
|
|
|
|
|
|
|
|
first_category_url: ApplicationController.helpers.module_url(none_hidden_course_modules.first, self)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|