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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2018-03-07 16:30:36 +0300
committerMarcia Ramos <virtua.creative@gmail.com>2018-03-07 16:30:36 +0300
commit546dd1ab6df3ccaed2a550f07690fcdddcfd874d (patch)
treefde02766482356a1515a567e8a254b108a0dd17d /layouts
parent9e9cb7399309fb6ecc51ad036d387d6e4bd5d1f6 (diff)
fixes tags
per https://github.com/algolia/docsearch-configs/pull/329
Diffstat (limited to 'layouts')
-rw-r--r--layouts/docsearch.html2
-rw-r--r--layouts/instantsearch.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/docsearch.html b/layouts/docsearch.html
index 2168a259..d76d93ed 100644
--- a/layouts/docsearch.html
+++ b/layouts/docsearch.html
@@ -7,7 +7,7 @@ indexName: 'gitlab',
inputSelector: '.docsearch',
algoliaOptions: {
// Filter by tags as described in https://github.com/algolia/docsearch-configs/blob/master/configs/gitlab.json
- 'filters': "tags:ee OR tags:omnibus OR tags:runner",
+ 'filters': "tags:gitlab OR tags:omnibus OR tags:runner",
// Number of results shown in the search dropdown
'hitsPerPage': 10
},
diff --git a/layouts/instantsearch.html b/layouts/instantsearch.html
index 20be2ac8..17566a96 100644
--- a/layouts/instantsearch.html
+++ b/layouts/instantsearch.html
@@ -30,7 +30,7 @@
indexName: 'gitlab',
algoliaOptions: {
// Filter by tags as described in https://github.com/algolia/docsearch-configs/blob/master/configs/gitlab.json
- 'filters': "tags:ee OR tags:omnibus OR tags:runner",
+ 'filters': "tags:gitlab OR tags:omnibus OR tags:runner",
// Number of results shown in the search dropdown
'hitsPerPage': 10,
},