Documentation ¶
Overview ¶
Package search implements site search.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DocumentResult ¶
type DocumentResult struct { index.DocumentResult SectionResults []SectionResult }
DocumentResult is the result of a search for a single document
type Result ¶
type Result struct { DocumentResults []DocumentResult // document results Total int // total number of document results }
Result is the result of a search.
type SectionResult ¶
Click to show internal directories.
Click to hide internal directories.