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-10-24 19:54:06 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-24 19:54:06 +0300
commitc4fad0eb5d447e056a11ca0d3cc5be94f3ebc7dc (patch)
tree8713a54560213e88369aecb16e010c5eee5eda1d /layouts/404.html
parentf61acf4350bab18dc37a75bc19eabc99e39ab06e (diff)
Algolia DocSearch - ranking results
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/404.html b/layouts/404.html
index 05fe6e9c..98c9e253 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -24,7 +24,7 @@
inputSelector: '#search-input',
algoliaOptions: {
// Filter by tags as described in https://github.com/algolia/docsearch-configs/blob/master/configs/gitlab.json
- 'filters': "tags:gitlab OR tags:omnibus OR tags:runner",
+ 'filters': "tags:gitlab<score=3> OR tags:omnibus<score=2> OR tags:runner<score=1>",
// Number of results shown in the search dropdown
'hitsPerPage': 10
},