fix(cawler config): update crawler config with more fields and with test algolia crawl

This commit is contained in:
andatoshiki 2023-03-02 10:44:04 +08:00
parent f767d92c38
commit cff6e3a33f

View File

@ -20,9 +20,9 @@
"global": true "global": true
} }
}, },
"selectors_exclude": ["aside", ".page-footer", ".next-and-prev-link", ".table-of-contents"], "strip_chars": " .,;:#",
"selectors_exclude": [".sr-only"],
"custom_settings": { "custom_settings": {
"attributesForFaceting": ["lang", "tags"] "attributesForFaceting": ["lang", "tags"]
}, }
"js_render": true
} }