mirror of
https://github.com/YGGverse/Yo.git
synced 2025-03-13 05:41:18 +00:00
make search query by substring
This commit is contained in:
parent
2a68c959e6
commit
e9d745a932
@ -82,7 +82,7 @@ foreach ($config->cli->document->crawl->skip->stripos->url as $condition)
|
||||
foreach(
|
||||
$index->search(
|
||||
sprintf(
|
||||
'@url %s',
|
||||
'@url "*%s*"',
|
||||
@\Manticoresearch\Utils::escape(
|
||||
$condition
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user