mirror of
https://github.com/YGGverse/Yo.git
synced 2026-03-31 09:45:30 +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(
|
||||
$index->search(
|
||||
sprintf(
|
||||
'@url %s',
|
||||
'@url "*%s*"',
|
||||
@\Manticoresearch\Utils::escape(
|
||||
$condition
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue