You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
315 B
11 lines
315 B
# if @fuzzy_searchs
|
|
# json.keyword @fuzzy_searchs
|
|
# json.total_count @fuzzy_searchs.blank? ? nil : @total_count
|
|
# end
|
|
json.total_count @total_count
|
|
json.pagination @total_count > 16 ? true : false
|
|
json.search_tags @search_tags
|
|
json.shixuns do
|
|
json.partial! 'shixun', locals: {shixuns: @shixuns}
|
|
end
|