mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Support ignore search results https://github.com/siyuan-note/siyuan/issues/10089
This commit is contained in:
@@ -517,6 +517,8 @@ var (
|
||||
)
|
||||
|
||||
func getIndexIgnoreLines() (ret []string) {
|
||||
// Support ignore index https://github.com/siyuan-note/siyuan/issues/9198
|
||||
|
||||
now := time.Now().UnixMilli()
|
||||
if now-indexIgnoreLastModified < 30*1000 {
|
||||
return indexIgnore
|
||||
|
||||
Reference in New Issue
Block a user