mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 09:35:28 +00:00
rename magnet meta fields
This commit is contained in:
parent
14ee992930
commit
55ee0d86d8
10 changed files with 70 additions and 70 deletions
|
|
@ -77,7 +77,7 @@ class Sphinx {
|
|||
{
|
||||
if (!in_array(mb_strtolower($value), array_map('strtolower', $stopWords)))
|
||||
{
|
||||
$result[] = sprintf('@metaTitle "%s" | @dn "%s"', $value, $value);
|
||||
$result[] = sprintf('@title "%s" | @dn "%s"', $value, $value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue