From 3d0c6638dda22000daf6ba8871378aea299c0a59 Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Sat, 16 Sep 2023 20:38:40 -0700 Subject: [PATCH] types(config): add wider algolia crawler range for content searching comprehensiveness from code & pre & blockquote tags --- crawler-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler-config.json b/crawler-config.json index 42a78324..9329cf3e 100644 --- a/crawler-config.json +++ b/crawler-config.json @@ -13,7 +13,7 @@ "lvl3": ".content h3", "lvl4": ".content h4", "lvl5": ".content h5", - "content": ".content p, .content li", + "content": ".content p, .content li, .content code, .content pre, .content blockquote", "lang": { "selector": "/html/@lang", "type": "xpath",