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

When searching doesn't give any results, show hits from older (or newer) releases #1196

Open
holly-cummins opened this issue Apr 28, 2023 · 4 comments
Labels

Comments

@holly-cummins
Copy link

Description
(Describe the feature here.)

I really like how if you search but your filters are too restrictive, the site gives you a hint about where to find the thing you're looking for.

image

It would be nice to do this across versions, too, since sometimes extensions drop out of the latest version of the platform. For example, if I really wanted to use kogito, this doesn't help me:

image

I'd have to somehow know that kogito was in older releases and had not made it into the latest release and manually adjust my search. It could also work in the opposite direction, so that if I specified an older release, but an extension that's only available in the latest release, it would give me a hint how to change my search.

@holly-cummins holly-cummins changed the title When searching, show hits from older releases When searching doesn't give any results, show hits from older (or newer) releases Apr 28, 2023
@maxandersen
Copy link
Member

That's what extensions site should do. Code.quarkus targets specific platform release.

@holly-cummins
Copy link
Author

I'm not sure targeting a specific platform release rules out helping users if they're trying to target the wrong release for what they want to do.

I agree that code.quarkus shouldn't mix results across all releases, as the extensions site does, but I think giving a hint to users who've got stuck trying to generate an app would have more positive effects than negative ones.

@maxandersen
Copy link
Member

Yes. Not disagreeing here but could maybe be solved at least intermediately with a link to extensions.quarkus.io search?

@ia3andy
Copy link
Collaborator

ia3andy commented May 2, 2023

It would be quite hard to do as it means loading all the data, currently code.quarkus works only on one stream at a time

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

No branches or pull requests

3 participants