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

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

Merged
merged 3 commits into from
Jan 29, 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
  • Remove all the empty commits

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 30.0.6 milestone Jan 29, 2025
@nfebe nfebe marked this pull request as ready for review January 29, 2025 13:38
@nfebe nfebe requested a review from skjnldsv as a code owner January 29, 2025 13:38
@nfebe nfebe enabled auto-merge January 29, 2025 13:38
nfebe added 2 commits January 29, 2025 16:47
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]>
@nfebe nfebe force-pushed the backport/50129/stable30 branch from 057149e to 1cde688 Compare January 29, 2025 15:47
@nfebe
Copy link
Contributor

nfebe commented Jan 29, 2025

/compile

…er search

Signed-off-by: nfebe <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
@nfebe nfebe merged commit f3aa7cf into stable30 Jan 29, 2025
113 checks passed
@nfebe nfebe deleted the backport/50129/stable30 branch January 29, 2025 16:18
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.

2 participants