use like method

This commit is contained in:
yggverse 2024-08-03 09:36:25 +03:00
parent 3edddbe8d0
commit ea674e64aa

View file

@ -79,8 +79,11 @@ class Auth
); );
// Search database for auth records // Search database for auth records
foreach ($this->page->container->browser->database->auth->find( foreach ($this->page->container->browser->database->auth->like(
$this->page->navbar->request->getValue() sprintf(
'%s%%',
$this->page->navbar->request->getValue()
)
) as $auth) ) as $auth)
{ {
// Get related identity records // Get related identity records