es搜索优化
This commit is contained in:
@@ -85,9 +85,6 @@
|
||||
return;
|
||||
}
|
||||
var preview = this.editor.txt.text();
|
||||
if (preview.length > 200) {
|
||||
preview = preview.substring(0, 200) + '...';
|
||||
}
|
||||
var param = {
|
||||
spaceId: app.parentPath.spaceId,
|
||||
parentId: parentId,
|
||||
|
||||
Reference in New Issue
Block a user