-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconfig.json
More file actions
46 lines (46 loc) · 1.25 KB
/
config.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"algolia": {
"index": "community.algolia.com",
"settings": {
"minWordSizefor1Typo": 4,
"minWordSizefor2Typos": 8,
"hitsPerPage": 20,
"maxValuesPerFacet": 100,
"numericAttributesToIndex": null,
"attributesToRetrieve": null,
"allowTyposOnNumericTokens": false,
"ignorePlurals": true,
"advancedSyntax": false,
"removeStopWords": false,
"replaceSynonymsInHighlight": false,
"distinct": false,
"unretrievableAttributes": null,
"optionalWords":
[],
"attributesForFaceting": ["category"],
"attributesToSnippet": null,
"attributesToHighlight": null,
"attributeForDistinct": null,
"synonyms":
[],
"ranking":
[ "typo",
"geo",
"words",
"filters",
"proximity",
"attribute",
"exact",
"custom" ],
"customRanking": ["asc(categoryRanking)", "asc(ranking)"],
"searchableAttributes": ["name", "description", "category"],
"separatorsToIndex": "+-%/",
"removeWordsIfNoResults": "none",
"queryType": "prefixAll",
"highlightPreTag": "<em>",
"highlightPostTag": "</em>",
"snippetEllipsisText": "",
"typoTolerance": "true"
}
}
}