Browse Source

skip gemini tags in body index

gemini
yggverse 8 months ago
parent
commit
f39868350c
  1. 2
      src/cli/document/crawl.php

2
src/cli/document/crawl.php

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

Loading…
Cancel
Save