openstackdocstheme/releasenotes/notes/local-project-search-e6f00a84f2eed0a6.yaml
Sean Dague a5ceb6f15d Bring back local search
This makes the search.html page that's generated by sphinx function as
the local search, and not the global google based swift_search. The
sphinx integrated search will mean that only documents linked to the
current tree will be returned, which also ensures that searching for
content in stable/pike doesn't jump you to mitaka answers. It also
brings back highlighting of search results which is a style rule that
was lost in the building of the openstackdocstheme.

We probably also want sidebar integration of this search field,
however this will at least mean hitting the search.html page will do
what people previously expected.

Change-Id: I747ad28658e12441ccad7081d15788f5d738dc5e
2017-08-12 09:55:09 -05:00

13 lines
481 B
YAML

---
prelude: >
Adds scoped search so that readers can search within project documentation
only.
features:
- |
Adds ability to use the Sphinx search implementation only for the content
for the project, such as nova or keystone. The default settings set the
search scope to within the built version and only for .html files.
- Readers access the search functionality through a link to Search from the
top-most landing page for the project documentation.