1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-04 21:15:24 +02:00

Improved backup/restore compatibility between DB providers

This commit is contained in:
HarveyKandola 2019-06-25 15:26:38 +01:00
parent 3621e2fb79
commit d04becc1a3
5 changed files with 13 additions and 5 deletions

View file

@ -38,6 +38,7 @@ func (h *Handler) Reindex(w http.ResponseWriter, r *http.Request) {
return
}
h.Runtime.Log.Info("Building search index")
go h.Indexer.Rebuild(ctx)
response.WriteEmpty(w)