]> source.dussan.org Git - nextcloud-server.git/commit
feat(files): restore unified search filtering in files view
authorfenn-cs <fenn25.fn@gmail.com>
Sat, 17 Feb 2024 22:27:12 +0000 (23:27 +0100)
committerfenn-cs <fenn25.fn@gmail.com>
Fri, 15 Mar 2024 11:29:54 +0000 (12:29 +0100)
commitc11ef281939da400684577509c2eb9b2ba6cf8df
treebed1d083094efbe0759d4a1ad215b70e887b7d4f
parent14cc22b2823c2ac2d5c366ba358dd0362823f7f5
feat(files): restore unified search filtering in files view

The unified search emits, search events that other apps can subscribe to and
 react however they want to search queries, following
 4b55594f55ce4146ed93c50f71e6204a57d29612 and prior updates to migrate the Files
app ui to vue.js that feature was broken.

This commit reintroduces the feature using the current `FileList` implementation.

This commit also adds some logging to an empty exception handler.

Resolve : https://github.com/nextcloud/server/issues/43365

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
(cherry picked from commit 29c37af40c7c28ef17da4b9565e8c30fab27fec4)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
apps/files/src/legacy/filelistSearch.js [deleted file]
apps/files/src/views/FilesList.vue
core/src/views/UnifiedSearchModal.vue