Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Restore unified search filtering in files view #43665

Merged
merged 2 commits into from
Mar 1, 2024

Conversation

Fenn-CS
Copy link
Contributor

@Fenn-CS Fenn-CS commented Feb 19, 2024

Revert removing search event handler in files app

Before After
Screencast from 02-27-2024 10:09:55 PM.webm Screencast from 02-27-2024 09:42:21 PM.webm

Resolve : #43365

@skjnldsv skjnldsv added the 2. developing Work in progress label Feb 21, 2024
@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch 2 times, most recently from 0927358 to c25d141 Compare February 27, 2024 20:26
@Fenn-CS Fenn-CS changed the title WIP: Investigating feat: Restore unified search filtering in files view Feb 27, 2024
@Fenn-CS Fenn-CS added feature: files feature: search 3. to review Waiting for reviews and removed 2. developing Work in progress labels Feb 27, 2024
@Fenn-CS Fenn-CS marked this pull request as ready for review February 27, 2024 20:29
@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch 4 times, most recently from 40c4407 to 165b352 Compare February 27, 2024 20:49
@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch from 165b352 to c98f875 Compare February 28, 2024 15:28
apps/files/src/views/FilesList.vue Show resolved Hide resolved
apps/files/src/views/FilesList.vue Outdated Show resolved Hide resolved
@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch 2 times, most recently from 892d7f4 to e672776 Compare February 28, 2024 15:48
@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch 2 times, most recently from 3dd45fc to 87bbb08 Compare February 29, 2024 10:53
@skjnldsv

This comment was marked as resolved.

@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch 2 times, most recently from 4921e74 to 8cbbcef Compare February 29, 2024 14:07
@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Feb 29, 2024

/compile /

The unified search emits, search events that other apps can subscribe to and
 react however they want to search queries, following
 4b55594 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 : #43365

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
@Fenn-CS Fenn-CS force-pushed the 43365-unified-search-filter-view-fix branch from fd6efbc to 29c37af Compare February 29, 2024 18:55
@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Feb 29, 2024

/compile /

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@skjnldsv skjnldsv added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Mar 1, 2024
@skjnldsv skjnldsv merged commit 6d77437 into master Mar 1, 2024
98 checks passed
@skjnldsv skjnldsv deleted the 43365-unified-search-filter-view-fix branch March 1, 2024 10:01
@Fenn-CS
Copy link
Contributor Author

Fenn-CS commented Mar 2, 2024

/backport to stable27

Copy link

backportbot bot commented Mar 2, 2024

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b backport/43665/stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 29c37af4 19377fac

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/43665/stable27

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@blizzz blizzz mentioned this pull request Mar 5, 2024
@Pytal
Copy link
Member

Pytal commented Mar 6, 2024

/backport 29c37af to stable28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish feature: files feature: search
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Global search - Filter in current view without function
5 participants