mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Database table view in-table search https://github.com/siyuan-note/siyuan/issues/10419
This commit is contained in:
parent
aab1e965e4
commit
b4ba126d7b
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ func (value *Value) String() string {
|
|||
}
|
||||
var ret []string
|
||||
for _, v := range value.MAsset {
|
||||
ret = append(ret, v.Content)
|
||||
ret = append(ret, v.Name+" "+v.Content)
|
||||
}
|
||||
return strings.Join(ret, " ")
|
||||
case KeyTypeTemplate:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue