dartdoc icon indicating copy to clipboard operation
dartdoc copied to clipboard

Feedback: search should make it clear if there are more results

Open sethladd opened this issue 9 years ago • 1 comments

Specific feedback from https://github.com/dart-lang/dartdoc/issues/920

"It is not clear that the presented methods are a subset of what is available."

cc @rakudrama

sethladd avatar Oct 10 '15 22:10 sethladd

Yes, please. There should be an option for a search results page. For example:

  1. Go to https://www.dartdocs.org/documentation/flutter/0.0.32-dev/cupertino/cupertino-library.html. You can see there's an Animatable class there.
  2. Enter Animatable in the Search box.

You're offered only a few results, all in the animation lib, not the cupertino lib. (You can't even tell that none of the results are from the current lib, though, unless you click them.)

Having a search results page would give us more space to display (1) context and (2) more results.

kwalrath avatar Jul 11 '17 17:07 kwalrath

With the new search experience, the user can get to all the results with a search results page. The page also there is a shows the number of results.

keertip avatar Aug 31 '22 16:08 keertip