We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530e74c commit be8a9c5Copy full SHA for be8a9c5
server/handles/index.go
@@ -87,7 +87,7 @@ func ClearIndex(c *gin.Context) {
87
search.Clear(c)
88
search.WriteProgress(&model.IndexProgress{
89
ObjCount: 0,
90
- IsDone: false,
+ IsDone: true,
91
LastDoneTime: nil,
92
Error: "",
93
})
0 commit comments