]> Cypherpunks repositories - gostls13.git/commit
godoc: improved textual search
authorRobert Griesemer <gri@golang.org>
Sun, 12 Dec 2010 21:13:07 +0000 (13:13 -0800)
committerRobert Griesemer <gri@golang.org>
Sun, 12 Dec 2010 21:13:07 +0000 (13:13 -0800)
commit5e54e9367566e9ce9334aae1e5ad76ac31673c29
treedd40db5096a3cdadd26bace81dc13a51a9a39507
parent40ff071e9b7263f20115f7f84c750e537f58b8a0
godoc: improved textual search

- improved search result page
- clicking on files shows highlighted search phrase
  (.go files loose their godoc-specific formatting and
  highlighting in this mode - a better solution is in
  the works)
- support for textual results
- fixed bug with non-URL escaped URL parameter (Query)

R=rsc, adg
CC=golang-dev
https://golang.org/cl/3585041
lib/godoc/search.html
lib/godoc/search.txt
src/cmd/godoc/godoc.go
src/cmd/godoc/index.go