Skip to content

Commit 431fe9d

Browse files
committed
Get latest settings from production into algolia_settings.json
1 parent 7b932f5 commit 431fe9d

File tree

1 file changed

+31
-7
lines changed

1 file changed

+31
-7
lines changed

algolia_settings.json

+31-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"linode-documentation": {
3+
"advancedSyntax": true,
34
"alternativesAsExact": [
45
"ignorePlurals",
56
"singleWordSynonym"
67
],
78
"attributesForFaceting": [
89
"category",
10+
"isBranch",
911
"languages",
1012
"section",
1113
"section.lvl0",
@@ -19,13 +21,13 @@
1921
"title"
2022
],
2123
"attributesToRetrieve": [
22-
"deprecated",
2324
"excerpt",
2425
"firstPublishedTime",
25-
"firstPublishedYear",
2626
"href",
27+
"isBranch",
2728
"languages",
2829
"lastUpdatedTime",
30+
"linkTitle",
2931
"ordinal",
3032
"section",
3133
"skillLevel",
@@ -39,6 +41,9 @@
3941
"highlightPostTag": "\u003c/em\u003e",
4042
"highlightPreTag": "\u003cem\u003e",
4143
"hitsPerPage": 20,
44+
"ignorePlurals": [
45+
"en"
46+
],
4247
"maxValuesPerFacet": 200,
4348
"minWordSizefor1Typo": 4,
4449
"minWordSizefor2Typos": 8,
@@ -55,9 +60,13 @@
5560
"exact",
5661
"custom"
5762
],
58-
"removeWordsIfNoResults": "none",
63+
"removeStopWords": [
64+
"en"
65+
],
66+
"removeWordsIfNoResults": "allOptional",
5967
"replicas": [
60-
"linode-documentation-sorted"
68+
"linode-documentation-sorted",
69+
"linode-documentation-configtest"
6170
],
6271
"searchableAttributes": [
6372
"unordered(title)",
@@ -71,6 +80,7 @@
7180
"version": 2
7281
},
7382
"linode-documentation-api": {
83+
"advancedSyntax": true,
7484
"alternativesAsExact": [
7585
"ignorePlurals",
7686
"singleWordSynonym"
@@ -84,6 +94,9 @@
8494
"highlightPostTag": "\u003c/em\u003e",
8595
"highlightPreTag": "\u003cem\u003e",
8696
"hitsPerPage": 20,
97+
"ignorePlurals": [
98+
"en"
99+
],
87100
"maxValuesPerFacet": 100,
88101
"minWordSizefor1Typo": 4,
89102
"minWordSizefor2Typos": 8,
@@ -99,8 +112,10 @@
99112
"exact",
100113
"custom"
101114
],
102-
"removeWordsIfNoResults": "none",
103-
"replicas": [],
115+
"removeStopWords": [
116+
"en"
117+
],
118+
"removeWordsIfNoResults": "allOptional",
104119
"searchableAttributes": [
105120
"unordered(title)",
106121
"unordered(exerpt)",
@@ -151,6 +166,7 @@
151166
],
152167
"attributesForFaceting": [
153168
"category",
169+
"isBranch",
154170
"languages",
155171
"section",
156172
"section.lvl0",
@@ -167,8 +183,10 @@
167183
"excerpt",
168184
"firstPublishedTime",
169185
"href",
186+
"isBranch",
170187
"languages",
171188
"lastUpdatedTime",
189+
"linkTitle",
172190
"ordinal",
173191
"section",
174192
"skillLevel",
@@ -179,6 +197,9 @@
179197
"highlightPostTag": "\u003c/em\u003e",
180198
"highlightPreTag": "\u003cem\u003e",
181199
"hitsPerPage": 20,
200+
"ignorePlurals": [
201+
"en"
202+
],
182203
"maxValuesPerFacet": 200,
183204
"minWordSizefor1Typo": 4,
184205
"minWordSizefor2Typos": 8,
@@ -197,7 +218,10 @@
197218
"exact",
198219
"custom"
199220
],
200-
"removeWordsIfNoResults": "none",
221+
"removeStopWords": [
222+
"en"
223+
],
224+
"removeWordsIfNoResults": "allOptional",
201225
"searchableAttributes": [
202226
"title",
203227
"keywords",

0 commit comments

Comments
 (0)