From de05c9a39b6c7d1e5f2bf84da5a0382c0fbd5dd3 Mon Sep 17 00:00:00 2001 From: Xinyu Liu Date: Thu, 26 Apr 2018 11:36:40 +0800 Subject: [PATCH 1/4] docs: add built-in search tip --- docs/default-theme-config/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/default-theme-config/README.md b/docs/default-theme-config/README.md index 010f8d1edd..72ba3e1501 100644 --- a/docs/default-theme-config/README.md +++ b/docs/default-theme-config/README.md @@ -259,6 +259,10 @@ module.exports = { } ``` +::: tip +Built-in Search only support title search now. If your need full text search, use [Algolia Search](#algolia-search) or build your own theme. +::: + ### Algolia Search The `themeConfig.algolia` option allows you to use [Algolia DocSearch](https://community.algolia.com/docsearch/) to replace the simple built-in search. To enable it, you need to provide at least `apiKey` and `indexName`: From e4462cc56b9712b551b638e71ba6b42aff5030d7 Mon Sep 17 00:00:00 2001 From: Xinyu Liu Date: Thu, 26 Apr 2018 11:43:25 +0800 Subject: [PATCH 2/4] fix: typo of component name --- lib/default-theme/DropdownTransition.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default-theme/DropdownTransition.vue b/lib/default-theme/DropdownTransition.vue index 6a446d6efb..abad7ead54 100644 --- a/lib/default-theme/DropdownTransition.vue +++ b/lib/default-theme/DropdownTransition.vue @@ -9,7 +9,7 @@