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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2022-05-18 23:37:35 +0300
committerweru <fromweru@gmail.com>2022-05-18 23:37:35 +0300
commitbd7752d3d7f0bb7c34ab518cc4984c0af7c44ddc (patch)
tree768b035139b02c689aef1124cb839ba7dfb5abfb
parent4c78fa19c26dca216ddacdbbb754e0d997898dce (diff)
simplify & add clarity to search docsissue-290-allow-granular-search-by-sections
Signed-off-by: weru <fromweru@gmail.com>
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6638552..06a7577 100644
--- a/README.md
+++ b/README.md
@@ -869,9 +869,7 @@ __Search Scope__
- Searching within a section will yield results from that section.
- For example, if you have 2 `mainSections` 1/ vegetables 2/ fruits, searching in the fruits section will only produce results for that section.
+ For example, if you have 3 sections in your content i.e `blog`, `docs` & `examples`, searching in the `docs` section will only produce results for that section.
- Searching outside a section will search the entire site.
- For example, with the above `mainSections` setup, searching from the homepage will produce results from both sections and other pages of the site.
-
- Future implementations may include a github-like feature i.e `search all site`. This PR will leave that to a future PR
+ For example, with the above setup, searching from the homepage will produce results from the entire site. \ No newline at end of file