Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vantagedesign/ace-documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kruse <devel@sumpfralle.de>2020-09-13 19:28:33 +0300
committerLars Kruse <devel@sumpfralle.de>2020-09-13 21:33:14 +0300
commite65f122bc6db9c215364abe956383dcae348481d (patch)
tree5109b53caeae9d27867feb66c24e00b2190f1d50 /exampleSite
parent9bf32e1c746404014bd23cd6521a2a5a2133216e (diff)
doc: describe local search implementation
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/configuration/_index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/exampleSite/content/configuration/_index.md b/exampleSite/content/configuration/_index.md
index 2425625..58fca5f 100644
--- a/exampleSite/content/configuration/_index.md
+++ b/exampleSite/content/configuration/_index.md
@@ -50,4 +50,7 @@ In <code>config.toml</code> or a page's <code>frontmatter</code>, set <code>disa
## Search
-Disable search by setting <code>disableSearch = true</code> in <code>config.toml</code>. \ No newline at end of file
+Disable search by setting <code>disableSearch = true</code> in <code>config.toml</code>.
+
+The local search feature is based on the content of `index.json`, which is generated based on a configurable template.
+Search results are presented as a drop-down list attached to the search input field while typing.