code.quarkus.io icon indicating copy to clipboard operation
code.quarkus.io copied to clipboard

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

Open holly-cummins opened this issue 2 years ago • 4 comments

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 avatar Apr 28 '23 10:04 holly-cummins

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

maxandersen avatar Apr 28 '23 17:04 maxandersen

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.

holly-cummins avatar Apr 28 '23 17:04 holly-cummins

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

maxandersen avatar May 01 '23 05:05 maxandersen

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

ia3andy avatar May 02 '23 13:05 ia3andy