Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

dart:math max function is not discoverable in the docs #102

Closed
DartBot opened this issue Sep 29, 2014 · 3 comments
Closed

dart:math max function is not discoverable in the docs #102

DartBot opened this issue Sep 29, 2014 · 3 comments

Comments

@DartBot
Copy link

DartBot commented Sep 29, 2014

From ccala...@google.com on July 11, 2014 21:09:30

go to https://api.dartlang.org/apidocs/channels/stable/dartdoc-viewer/dart-math#id_max you will see the max function. yay.
in the "search api" box in the upper right, type "max".
you will see 10 suggestions - there is no scroll bar.
the max function in dart:math is most likely the max you want but it's not in the list.
now, without choosing any of those other max functions, hit enter.
it will take you to some dart:html thingy. not the max i want!

so the problems are
(1) suggest should have a smarter ranking. dart:math's max is more popular than dart:html's.
(2) there needs to be some way of discovering every max function, popular or not,
like the wikipedia disambiguation pages.

Original issue: http://code.google.com/p/dart/issues/detail?id=20000

@DartBot
Copy link
Author

DartBot commented Sep 29, 2014

From @kwalrath on July 14, 2014 07:30:07

Very true. It seems like basic libs like math and core should take precedence over specialty libs.

Labels: -Area-Site Area-DartDocViewer

@DartBot
Copy link
Author

DartBot commented Sep 29, 2014

From @srawlins on August 18, 2014 14:38:18

Is this a dup of Issue 4853 ? "Let search preferentially find things on the current page"

@sethladd
Copy link
Contributor

Moved over to dart-lang/dartdoc#7

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants