diff options
author | fenn-cs <fenn25.fn@gmail.com> | 2023-10-09 07:58:14 +0100 |
---|---|---|
committer | fenn-cs <fenn25.fn@gmail.com> | 2023-11-10 11:27:32 +0100 |
commit | 20b3338288e85772ad74b956f566b80ce7a4cfb9 (patch) | |
tree | 39aa7b71717bd850a3eef8c09bdd1a40705533b8 /webpack.modules.js | |
parent | fa761b51ccff0be55f9c22208d45c5e5a8b5b427 (diff) | |
download | nextcloud-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 'webpack.modules.js')
-rw-r--r-- | webpack.modules.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js index de3c6fab62d..668403fb37a 100644 --- a/webpack.modules.js +++ b/webpack.modules.js @@ -38,6 +38,7 @@ module.exports = { profile: path.join(__dirname, 'core/src', 'profile.js'), recommendedapps: path.join(__dirname, 'core/src', 'recommendedapps.js'), systemtags: path.resolve(__dirname, 'core/src', 'systemtags/merged-systemtags.js'), + 'global-search': path.join(__dirname, 'core/src', 'global-search.js'), 'unified-search': path.join(__dirname, 'core/src', 'unified-search.js'), 'unsupported-browser': path.join(__dirname, 'core/src', 'unsupported-browser.js'), 'unsupported-browser-redirect': path.join(__dirname, 'core/src', 'unsupported-browser-redirect.js'), |