Add changelog

This commit is contained in:
André Duffeck
2024-01-16 16:44:05 +01:00
committed by Ralf Haferkamp
parent 5b131b7571
commit 599634148d
@@ -0,0 +1,6 @@
Bugfix: Fix search service to not log expected cases as errors
We changed the search service to not log cases where resources that were about to be indexed can no longer be found.
Those are expected cases, e.g. when the file in question has already been deleted or renamed meanwhile.
https://github.com/owncloud/ocis/pull/8200