cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-28 12:28:34 +09:00
parent 79ff30d728
commit a3af81b579

View File

@ -160,7 +160,7 @@ class ZoneController extends APIController
}
$word = $this->request->getVar('word') ? $this->request->getVar('word') : '';
if (isset($word) && $word !== '') {
$builder->like('cloudflarerecord.domain', $word, 'both'); //befor , after , both
$builder->like('cloudflarezone.domain', $word, 'both'); //befor , after , both
$builder->orWhere('cloudflarerecord.content', $word, 'both'); //befor , after , both
}
$start = $this->request->getVar('start') ? $this->request->getVar('start') : '';