From f39868350c297f9794f92d951eede8e7fbd252bb Mon Sep 17 00:00:00 2001 From: yggverse Date: Fri, 5 Apr 2024 07:04:50 +0300 Subject: [PATCH] skip gemini tags in body index --- src/cli/document/crawl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/document/crawl.php b/src/cli/document/crawl.php index 110b391..7ba3434 100644 --- a/src/cli/document/crawl.php +++ b/src/cli/document/crawl.php @@ -296,7 +296,7 @@ foreach($index->search('') preg_replace( '/[\s]{2,}/', // strip extra separators ' ', - $response->getBody() + $body->skipTags() ) );