-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
fix(unified-search): load more than 5 items in folder filter #50129
Merged
+46
−32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nfebe
changed the title
Fix/load more than 5 items in folder filter
fix(unified-search): load more than 5 items in folder filter
Jan 10, 2025
nfebe
force-pushed
the
fix/load-more-than-5-items-in-folder-filter
branch
5 times, most recently
from
January 27, 2025 19:08
6834285
to
fc45650
Compare
/backport to stable31 |
/backport to stable30 |
susnux
reviewed
Jan 28, 2025
susnux
reviewed
Jan 28, 2025
nfebe
force-pushed
the
fix/load-more-than-5-items-in-folder-filter
branch
from
January 28, 2025 20:18
fc45650
to
0b8b621
Compare
JuliaKirschenheuter
approved these changes
Jan 29, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested and seems to be resolved ;)
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: nfebe <[email protected]>
…er search Signed-off-by: nfebe <[email protected]>
nfebe
force-pushed
the
fix/load-more-than-5-items-in-folder-filter
branch
from
January 29, 2025 11:50
0b8b621
to
a5307ac
Compare
susnux
approved these changes
Jan 29, 2025
/compile |
Signed-off-by: nextcloud-command <[email protected]>
This was referenced Jan 29, 2025
Broke search for other apps |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Load more than 5 items for in-folder search...