mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	This commit is contained in:
		| @@ -120,7 +120,7 @@ class ObjectGroupRepository implements ObjectGroupRepositoryInterface | ||||
|             $parts = explode(' ', $query); | ||||
|             foreach ($parts as $part) { | ||||
|                 $search = sprintf('%%%s%%', $part); | ||||
|                 $dbQuery->where('title', 'LIKE', $search); | ||||
|                 $dbQuery->whereLike('title', $search); | ||||
|             } | ||||
|         } | ||||
| 
 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user