[TYPO3-mvc] query->Like

Sebastian Kurfürst sebastian at typo3.org
Wed Jun 16 11:39:07 CEST 2010


Hey,
You can do the following:

$orElements = array();
foreach (.....) {
	$orElements[] = $query->like(..);
}

$query->matching($query->logicalOr($orElements));

Greets,
Sebastian


More information about the TYPO3-project-typo3v4mvc mailing list