Skip to content

Search should not show results in SDK .dartdoc files #3896

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
pq opened this issue Jun 27, 2012 · 2 comments
Closed

Search should not show results in SDK .dartdoc files #3896

pq opened this issue Jun 27, 2012 · 2 comments
Assignees
Milestone

Comments

@pq
Copy link
Member

pq commented Jun 27, 2012

This is actually a symptom of the larger issue that the SDK ships lots of artifacts that we don't want to traverse in search.

I'd like to approach this in two passes:

  1. remove what we can from the SDK
  2. filter the rest
@pq
Copy link
Member Author

pq commented Jun 29, 2012

Actually, the issue transcends .dartdoc and really embraces all non-darty SDK citizens with extensions like .c, .cc, .gypi, .h, .py, etc. The fix is easy (whitelist the good extensions) and on the way.


Added Started label.

@pq
Copy link
Member Author

pq commented Jun 29, 2012

Fixed w/ r9257 (http://codereview.chromium.org/10694039/).


Added Fixed label.

@pq pq self-assigned this Jun 29, 2012
@pq pq added this to the M1 milestone Jun 29, 2012
@pq pq mentioned this issue Nov 19, 2024
2 tasks
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant