|
|
@ -21,8 +21,8 @@ module Searchable::Course
|
|
|
|
def to_searchable_json
|
|
|
|
def to_searchable_json
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: id,
|
|
|
|
id: id,
|
|
|
|
author_name: teacher.real_name,
|
|
|
|
author_name: teacher&.real_name,
|
|
|
|
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
|
|
|
|