-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-searchIssues with the search boxIssues with the search boxtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
Some users found it surprising that a library is ranked higher than classes of the same name. Here's an example:
It makes sense that developers are more likely to be looking up classes and methods than libraries. @srawlins pointed out it's done at https://github.com/dart-lang/dartdoc/blob/main/lib/src/search.dart#L176. Maybe we can revisit this heuristic.
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestarea-searchIssues with the search boxIssues with the search boxtype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)