|
|
@ -16,7 +16,9 @@ module Searchable::Shixun
|
|
|
|
name: name,
|
|
|
|
name: name,
|
|
|
|
description: Util.extract_content(description)[0..Searchable::MAXIMUM_LENGTH],
|
|
|
|
description: Util.extract_content(description)[0..Searchable::MAXIMUM_LENGTH],
|
|
|
|
status: status,
|
|
|
|
status: status,
|
|
|
|
myshixuns_count: myshixuns_count
|
|
|
|
myshixuns_count: myshixuns_count,
|
|
|
|
|
|
|
|
created_at: created_at,
|
|
|
|
|
|
|
|
publish_time: publish_time
|
|
|
|
}.merge!(searchable_user_data)
|
|
|
|
}.merge!(searchable_user_data)
|
|
|
|
.merge!(searchable_challenge_data)
|
|
|
|
.merge!(searchable_challenge_data)
|
|
|
|
end
|
|
|
|
end
|
|
|
|