forgeplus/app/models/searchable.rb

3 lines
98 B
Ruby
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

module Searchable
MAXIMUM_LENGTH = 10922 # 最大字节数为32766 一个汉字3个字节
end