From 20b3338288e85772ad74b956f566b80ce7a4cfb9 Mon Sep 17 00:00:00 2001 From: fenn-cs Date: Mon, 9 Oct 2023 07:58:14 +0100 Subject: Feat: New UI global search We are introducing a new search UI that providers a lot more space for users via a large centralized modal and providers various filters which can by applied by adding various chips on the UI. For example, users can now filter their search or scope it by limiting the results to specific apps, time period and people by apply the appropriate filters on the new UI, previously filters where applied using text in the search box by prefixing with `::`. Resolves: #39162 Signed-off-by: fenn-cs --- core/templates/layout.user.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/templates') diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 9c23930f324..9e04fed196f 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -68,6 +68,7 @@ p($theme->getTitle());
+
-- cgit v1.2.3