We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b827cdf commit 5a3667dCopy full SHA for 5a3667d
_config.yml
@@ -58,13 +58,13 @@ algolia:
58
- utils/*
59
nodes_to_index: 'p, table#limit'
60
settings:
61
- customRanking:
62
- - desc(title)
63
- - desc(custom_ranking.heading)
64
- - asc(custom_ranking.position)
65
- attributesForFaceting:
66
- - searchable(categories)
67
- - searchable(hidden)
68
- - searchable(tags)
69
- - searchable(title)
70
- - type
+ customRanking:
+ - desc(title)
+ - desc(custom_ranking.heading)
+ - asc(custom_ranking.position)
+ attributesForFaceting:
+ - searchable(categories)
+ - searchable(hidden)
+ - searchable(tags)
+ - searchable(title)
+ - type
0 commit comments