mirror of
https://github.com/YGGverse/Yo.git
synced 2026-04-01 10:15:30 +00:00
skip gemini tags in body index
This commit is contained in:
parent
0ca56e56d5
commit
f39868350c
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue