Skip to content

Not clear which library search results are from #3175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Hixie opened this issue Sep 19, 2022 · 1 comment
Closed

Not clear which library search results are from #3175

Hixie opened this issue Sep 19, 2022 · 1 comment
Labels
P2 A bug or feature request we're likely to work on

Comments

@Hixie
Copy link
Contributor

Hixie commented Sep 19, 2022

Searching for [State] returns results that appear to all be from the "widgets library": it says "widgets library", then "State class", then "State class", then "State constructor", then "BackgroundFetchClickEvent". The latter is actually from dart:html and has nothing to do with the others, but there is no clear separation between them to indicate that they are unrelated. The next result is back to being from the Flutter package which further confused the issue.

One could imagine fixing this in conjunction with #3171 by having every result be of the form "Class.member (library) description..." or some such, as in:

  • State class (widgets) The logic and internal state for a Statef...
  • State constructor (widgets)
  • BackgroundFetchClickEvent.state (dart:html)
  • PrimaryPointerGestureRecognizer.state (gestures) The cur...
@srawlins srawlins added the P2 A bug or feature request we're likely to work on label Sep 19, 2022
@srawlins
Copy link
Member

Fixed with your suggestions here: #3181.

I'll close this, but after another round of dartdoc bump and push to master-api, of course please re-open or open new bugs with the new UX.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

2 participants