aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorfenn-cs <fenn25.fn@gmail.com>2023-10-09 07:58:14 +0100
committerfenn-cs <fenn25.fn@gmail.com>2023-11-10 11:27:32 +0100
commit20b3338288e85772ad74b956f566b80ce7a4cfb9 (patch)
tree39aa7b71717bd850a3eef8c09bdd1a40705533b8 /core/templates
parentfa761b51ccff0be55f9c22208d45c5e5a8b5b427 (diff)
downloadnextcloud-server-20b3338288e85772ad74b956f566b80ce7a4cfb9.tar.gz
nextcloud-server-20b3338288e85772ad74b956f566b80ce7a4cfb9.zip
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 <fenn25.fn@gmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.user.php1
1 files changed, 1 insertions, 0 deletions
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());
</div>
<div class="header-right">
+ <div id="global-search"></div>
<div id="unified-search"></div>
<div id="notifications"></div>
<div id="contactsmenu"></div>