Skip to content

Commit 2b3c824

Browse files
committed
data/search_indexes: fix community-resources index
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 1854986 commit 2b3c824

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/_data/search_indexes.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@
7777
},
7878
"community-resources": {
7979
"settings": {
80-
"attributesToIndex": [
80+
"searchable_attributes": [
8181
"unordered(title)",
8282
"unordered(content)",
8383
"unordered(type)"
8484
],
85-
"attributesToSnippet": [
85+
"attributes_to_snippet": [
8686
"content:30"
8787
],
88-
"attributesForFaceting": [
88+
"attributes_for_faceting": [
8989
],
90-
"attributeForDistinct": null,
91-
"highlightPreTag": "<span class=\"search__result__highlight\">",
92-
"highlightPostTag": "</span>"
90+
"attribute_for_distinct": null,
91+
"highlight_pre_tag": "<span class=\"search__result__highlight\">",
92+
"highlight_post_tag": "</span>"
9393
}
9494
},
9595
"other": {

0 commit comments

Comments
 (0)