From 498d078a06f4fad84df67a251a2b75b0853893b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Fri, 29 Apr 2022 15:23:27 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/search-extension.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/search-extension.md diff --git a/changelog/unreleased/search-extension.md b/changelog/unreleased/search-extension.md new file mode 100644 index 0000000000..c4e7bffa4b --- /dev/null +++ b/changelog/unreleased/search-extension.md @@ -0,0 +1,5 @@ +Enhancement: Add initial version of the search extensions + +It is now possible to search for files and directories by their name using the web UI. Therefor new search extension indexes files in a persistent local index. + +https://github.com/owncloud/ocis/pull/3635