mirror of https://github.com/mindoc-org/mindoc.git
优化搜索
parent
ece059d5cd
commit
ff7dfadcfe
|
@ -68,7 +68,7 @@ func (c *SearchController) Index() {
|
||||||
//去除连续的换行符
|
//去除连续的换行符
|
||||||
re, _ = regexp.Compile("\\s{2,}")
|
re, _ = regexp.Compile("\\s{2,}")
|
||||||
src = re.ReplaceAllString(src, "\n")
|
src = re.ReplaceAllString(src, "\n")
|
||||||
|
|
||||||
r := []rune(src)
|
r := []rune(src)
|
||||||
beego.Info(r)
|
beego.Info(r)
|
||||||
if len(r) > 100 {
|
if len(r) > 100 {
|
||||||
|
|
Loading…
Reference in New Issue