skip gemini tags in body index

This commit is contained in:
yggverse 2024-04-05 07:04:50 +03:00
parent 0ca56e56d5
commit f39868350c

View File

@ -296,7 +296,7 @@ foreach($index->search('')
preg_replace( preg_replace(
'/[\s]{2,}/', // strip extra separators '/[\s]{2,}/', // strip extra separators
' ', ' ',
$response->getBody() $body->skipTags()
) )
); );