mirror of
https://github.com/YGGverse/Yo.git
synced 2025-03-13 05:41:18 +00:00
skip gemini tags in body index
This commit is contained in:
parent
0ca56e56d5
commit
f39868350c
@ -296,7 +296,7 @@ foreach($index->search('')
|
||||
preg_replace(
|
||||
'/[\s]{2,}/', // strip extra separators
|
||||
' ',
|
||||
$response->getBody()
|
||||
$body->skipTags()
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user