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

fix(unified-search): load more than 5 items in folder filter #50129

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nfebe
Copy link
Contributor

@nfebe nfebe commented Jan 10, 2025

Load more than 5 items for in-folder search...

@nfebe 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 nfebe force-pushed the fix/load-more-than-5-items-in-folder-filter branch 4 times, most recently from 4e3c94d to c57da1d Compare January 27, 2025 18:29
nfebe added 3 commits January 27, 2025 20:07
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 fix/load-more-than-5-items-in-folder-filter branch from 6834285 to fc45650 Compare January 27, 2025 19:08
@nfebe nfebe marked this pull request as ready for review January 27, 2025 19:08
@nfebe nfebe requested a review from skjnldsv as a code owner January 27, 2025 19:08
@nfebe nfebe added 3. to review Waiting for reviews feature: search labels Jan 27, 2025
@nfebe
Copy link
Contributor Author

nfebe commented Jan 27, 2025

/backport to stable31

@nfebe
Copy link
Contributor Author

nfebe commented Jan 27, 2025

/backport to stable30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant