You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This might just be a specific instance that will be addressed by #6307 but right now we have a lot of users who fail to find the item they're looking for in the documentation because the search term shows up many times and they don't notice "more on this page" when scrolling and so the most appropriate result will be hidden until they click that.
Description
I'd like to have the ability to either disable "more on this page" or specify a minimum number of results upon which that feature is enabled. So anything less than, say 10 items and I want them individually listed, not hidden behind a click
This could significantly help the number of times the user searches for a term that is in the docs but the fail to find the correct location they are looking for because it is hidden behind a click.
Thanks for suggesting! Search is going to receive a major update and the "more on this page" is going away. Thus, we're not considering making changes right now, since they will soon be replaced by an entirely new interface. If you wish to make the button more apparent, e.g. with the following styles:
.md-search-result__moresummary {
background: red; /* Change to any color you like */
}
Context
This might just be a specific instance that will be addressed by #6307 but right now we have a lot of users who fail to find the item they're looking for in the documentation because the search term shows up many times and they don't notice "more on this page" when scrolling and so the most appropriate result will be hidden until they click that.
Description
I'd like to have the ability to either disable "more on this page" or specify a minimum number of results upon which that feature is enabled. So anything less than, say 10 items and I want them individually listed, not hidden behind a click
Related links
#6307
Use Cases
This could significantly help the number of times the user searches for a term that is in the docs but the fail to find the correct location they are looking for because it is hidden behind a click.
Visuals
No response
Before submitting
The text was updated successfully, but these errors were encountered: