Skip to content
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

x/pkgsite: symbol search does not return a publicly available symbol in results #49486

Closed
ahmetb opened this issue Nov 9, 2021 · 1 comment
Closed

Comments

@ahmetb
Copy link

ahmetb commented Nov 9, 2021

What is your user agent?

Chrome for macOS.

Screenshot

image

What did you do?

Symbol search for OrderByT keyword

What did you expect to see?

https://pkg.go.dev/github.com/ahmetb/go-linq/v3#Query.OrderByT

What did you see instead?

No results found.

@gopherbot gopherbot added this to the pkgsite/unplanned milestone Nov 9, 2021
@ahmetb ahmetb changed the title x/pkgsite: x/pkgsite: symbol search does not return a publicly available symbol in results Nov 9, 2021
@julieqiu
Copy link
Member

julieqiu commented Nov 9, 2021

This looks like a duplicate of #47841. We currently do not support searching by field of method names, but https://pkg.go.dev/search?q=Query.OrderByT+go-linq&m=symbol would return that symbol.

@julieqiu julieqiu closed this as completed Nov 9, 2021
@golang golang locked and limited conversation to collaborators Nov 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants