Skip to content

Commit

Permalink
Update search-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverhowell authored Oct 21, 2024
1 parent 960324f commit 0a41f44
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion search-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,23 @@
"lvl2": ".doc h2",
"lvl3": ".doc h3",
"text": ".doc p, .doc td.content, .doc th.tableblock"
}
},
"flow": {
"lvl0": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[1]/a[1]",
"type": "xpath",
"global": true,
"default_value": "Flow"
},
"lvl1": {
"selector": "/html[1]/body[1]/div[1]/main[1]/div[1]/article[1]/nav[1]/ul[1]/li[2]",
"type": "xpath",
"global": true
},
"lvl2": ".doc h1",
"lvl3": ".doc h2",
"text": ".doc p, .doc td.content, .doc th.tableblock"
}
},
"custom_settings": {
"attributesForFaceting": [
Expand Down

0 comments on commit 0a41f44

Please sign in to comment.