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 1854986 commit 2b3c824Copy full SHA for 2b3c824
source/_data/search_indexes.json
@@ -77,19 +77,19 @@
77
},
78
"community-resources": {
79
"settings": {
80
- "attributesToIndex": [
+ "searchable_attributes": [
81
"unordered(title)",
82
"unordered(content)",
83
"unordered(type)"
84
],
85
- "attributesToSnippet": [
+ "attributes_to_snippet": [
86
"content:30"
87
88
- "attributesForFaceting": [
+ "attributes_for_faceting": [
89
90
- "attributeForDistinct": null,
91
- "highlightPreTag": "<span class=\"search__result__highlight\">",
92
- "highlightPostTag": "</span>"
+ "attribute_for_distinct": null,
+ "highlight_pre_tag": "<span class=\"search__result__highlight\">",
+ "highlight_post_tag": "</span>"
93
}
94
95
"other": {
0 commit comments