Skip to content

Commit d5297f2

Browse files
committed
Tweak typesense indexing.
1 parent 1b10c47 commit d5297f2

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

search-server/typesense-scraper/typesense-scraper-config.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
"selectors": {
1010
"default": {
1111
"lvl0": "article h1",
12-
"lvl1": "article h2",
13-
"lvl2": "article h3",
14-
"lvl3": "article h4",
15-
"lvl4": "article h5",
12+
"lvl1": "article h3",
13+
"lvl2": "article h4",
14+
"lvl3": "article h5",
1615
"text": "article p, .content ul li, .content table tbody tr"
1716
}
1817
},

0 commit comments

Comments
 (0)