Adds more classes, and refactoring to the search feature. Adds test search to search page. #952

This commit is contained in:
2022-09-16 23:41:41 +02:00
parent d757e14fac
commit c53ece2a2d
22 changed files with 845 additions and 91 deletions

View File

@@ -125,7 +125,7 @@ class Agent
$set++;
}
return $this->search->found($table);
return $this->search->get($table);
}
/**