From 731ecb00eec70cce8b5dbb85be2d5907a2a738c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Tue, 5 Jul 2022 09:23:11 +0200 Subject: [PATCH] Add changelog --- changelog/unreleased/polish-search.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/polish-search.md diff --git a/changelog/unreleased/polish-search.md b/changelog/unreleased/polish-search.md new file mode 100644 index 0000000000..5993a17795 --- /dev/null +++ b/changelog/unreleased/polish-search.md @@ -0,0 +1,5 @@ +Bugfix: Polish search + +We improved the feedback when providing invalid search queries and added support for limiting the number of results returned. + +https://github.com/owncloud/ocis/pull/4094