mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 17:55:35 +00:00
make search query by substring
This commit is contained in:
parent
2a68c959e6
commit
e9d745a932
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ foreach ($config->cli->document->crawl->skip->stripos->url as $condition)
|
||||||
foreach(
|
foreach(
|
||||||
$index->search(
|
$index->search(
|
||||||
sprintf(
|
sprintf(
|
||||||
'@url %s',
|
'@url "*%s*"',
|
||||||
@\Manticoresearch\Utils::escape(
|
@\Manticoresearch\Utils::escape(
|
||||||
$condition
|
$condition
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue