# 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