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