]> Cypherpunks repositories - gostls13.git/commit
godoc: enable qualified identifiers ("math.Sin") as query strings again
authorRobert Griesemer <gri@golang.org>
Wed, 19 Jan 2011 20:48:10 +0000 (12:48 -0800)
committerRobert Griesemer <gri@golang.org>
Wed, 19 Jan 2011 20:48:10 +0000 (12:48 -0800)
commit4e3f38947650dcaf5a764e49c11bad3b1070de73
treebdbf7cced489c631a823c42bffa1017cb38b97e0
parentc52ad23461953a8017199fe0a6fa78ba486ec2ef
godoc: enable qualified identifiers ("math.Sin") as query strings again

A query string of the form ident.ident will be used both as a qualified
identifier for identifier search and as a regular expression.
Qualified identifier lookup got broken accidentally when introducing
regexp full text search. Cleaned up surrounding logic a bit.

R=rsc
CC=golang-dev
https://golang.org/cl/3984042
src/cmd/godoc/godoc.go