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

[stable31] fix(unified-search): load more than 5 items in folder filter #50534

Merged
merged 5 commits into from
Jan 30, 2025

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jan 29, 2025

Backport of #50129

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

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

@backportbot backportbot bot added 3. to review Waiting for reviews feature: search labels Jan 29, 2025
@backportbot backportbot bot added this to the Nextcloud 31 milestone Jan 29, 2025
@nfebe nfebe force-pushed the backport/50129/stable31 branch from cfeeeb4 to f5aca7a Compare January 29, 2025 13:45
@nfebe nfebe force-pushed the backport/50129/stable31 branch from f5aca7a to 1a59aba Compare January 29, 2025 13:46
@nfebe nfebe marked this pull request as ready for review January 29, 2025 13:46
@nfebe nfebe requested a review from skjnldsv as a code owner January 29, 2025 13:46
@blizzz blizzz mentioned this pull request Jan 29, 2025
1 task
nfebe and others added 4 commits January 29, 2025 21:32
Each provider may search from a particular app so we should use that for searching.

Before this commit, we used `provider.id` instead of `provider.appId` the problem with the previous
approach is that it forces the provider id to be a valid search provider (an app that supports search)
limiting the developers ability to use unique IDs to identify the different providers (especially plugin providers)
inside the places filter.

For example the Files search plugin "In folder" (search in folder plugin) was required to have id as `files` while the
files provider itself already has id as `files`.

Signed-off-by: nfebe <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@AndyScherzinger AndyScherzinger force-pushed the backport/50129/stable31 branch from 1a59aba to 25eea26 Compare January 29, 2025 20:32
@AndyScherzinger
Copy link
Member

/compile /

Signed-off-by: nextcloud-command <[email protected]>
@AndyScherzinger AndyScherzinger merged commit c17d892 into stable31 Jan 30, 2025
117 of 118 checks passed
@AndyScherzinger AndyScherzinger deleted the backport/50129/stable31 branch January 30, 2025 08:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants