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
Add new top level search page #1099
Comments
|
Are we still interested in this? |
|
Yes |
|
I think #1410 is kind of a blocker to this one. Search categories, for the time being, are LTA. |
|
So, this was about 4 years ago, so let me see if I can remember what I was thinking. This was intended as a top level static page - a dynamic search page could probably be done cleaner.
I imagined the categories as headers, with a list of items below. In retrospect, I suspect having all the items visible would just be too cluttered. (but you could have them present if a partial search was present)
Ah. so if we do show all the links by default, as you start typing, hide those that don't match.
This'd be a little tricky but should be doable with some javascript. ... If you're working on this, please consider these suggestions for the UI, but not gospel. |
|
I'm not clear if this is intended as a full page search, a headline and first paragraph search or just a headline search that has a first para in the results. Any thoughts? |
|
I think it describes a separate page (with url say So it uses the same data the search in the header users, just presents it more clearly and allows goodies like connecting search engines. Maybe I misunderstood your question, can you please clarify with examples of what you think about? |
|
That's pretty much what I was querying, I think. The example page has extra text but, from a search point of view, I guess this is cosmetic and gives more information on what you've found. Thanks |
|
For now let's omit the detailed text in a result item (so, leaving only the headlines). |
|
This is available as part of raku/doc-website - in the header nav, select "Extended Search". |
Add a new top level index/search page.
Once this is in place, we can start making the dropdown search a little smarter and link to this as a fallback when users want to see all possible search results.
We may also want to make it a top level link in the docs menu.
The text was updated successfully, but these errors were encountered: