Skip to content

Commit 331c8e1

Browse files
authored
Merge pull request #1188 from strapi/repo/v3-algolia-config
add table indexing to algolia config
2 parents 81f028a + 0d67ba8 commit 331c8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.algolia/docsearch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"type": "xpath",
2525
"global": true
2626
},
27-
"text": ".content__default p, .content__default ul>li a, .content__default ul>li code",
27+
"text": ".content__default p, .content__default ul>li a, .content__default ul>li code, .content__default table > tr, th, td, p, code",
2828
"lang": {
2929
"selector": "/html/@lang",
3030
"type": "xpath",

0 commit comments

Comments
 (0)