-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-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
Attempting to search from the search box from https://pub.dev/documentation/test/latest/ seems to match mostly only the library names.
Even after navigating to a particular library, search won't work for names listed in that document. For example, if I go to https://pub.dev/documentation/test/latest/expect/expect-library.html and then try searching for throwsA, there are no results, even though throwsA is listed as part of the expect library.
This is particularly bad for package:test since package:test exports several other packages (and is the typical way that people consume those), there's been a history of stuff being moved around, and I can never remember which library owns the thing I'm looking for.
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work onarea-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)