quarkusio.github.io icon indicating copy to clipboard operation
quarkusio.github.io copied to clipboard

Permalink for docs search results

Open insectengine opened this issue 11 months ago • 3 comments

Describe the bug The current search in Docs does not allow for the user to share the domain for the search results as the URL for the page doesn't change with search filtering.

Which pages https://quarkus.io/guides/

insectengine avatar Mar 20 '24 18:03 insectengine

Ideally we should be able to add query parameters to the URL, and then read them on load. In my experience doing so can sometimes cause infinite loops if state/actions/calls/updates aren't managed carefully, but that's not an insoluble technical problem, just a thing to watch out for on implementation.

holly-cummins avatar Apr 18 '24 20:04 holly-cummins

@ia3andy I think this would have to be implemented on the search.quarkus.io webcomponents, no? Would it be hard?

yrodiere avatar Apr 29 '24 12:04 yrodiere

@ia3andy I think this would have to be implemented on the search.quarkus.io webcomponents, no?

Yes I guess

Would it be hard?

No idea 😅

ia3andy avatar Apr 29 '24 13:04 ia3andy

Deploying the fix to prod as part of https://github.com/quarkusio/search.quarkus.io/pull/259 ; will be effective on the next deployment of quarkus.io.

yrodiere avatar May 07 '24 11:05 yrodiere