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