full text search 2
This commit is contained in:
@@ -340,8 +340,10 @@ abstract class Base
|
||||
|
||||
$columnList = explode(',', $columns);
|
||||
|
||||
$tableName = $this->toDb($entity->getEntityType());
|
||||
|
||||
foreach ($columnList as $i => $column) {
|
||||
$columnList[$i] = $this->sanitize($column);
|
||||
$columnList[$i] = $tableName . '.' . $this->sanitize($column);
|
||||
}
|
||||
|
||||
$query = $this->quote($query);
|
||||
|
||||
Reference in New Issue
Block a user