dev_home
p31729568 5 years ago
parent 3aa8fe9745
commit 03424281bc

@ -18,6 +18,8 @@ module Searchable::Subject
def search_data
{
name: name,
status: status,
hidden: hidden,
description: Util.extract_content(description)[0..Searchable::MAXIMUM_LENGTH],
shixuns_count: shixuns_count,
myshixuns_count: member_count,

Loading…
Cancel
Save