Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/Data/DefaultDataProviderDBalUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* This file is part of contao-community-alliance/dc-general.
*
* (c) 2013-2023 Contao Community Alliance.
* (c) 2013-2025 Contao Community Alliance.
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -14,7 +14,7 @@
* @author Sven Baumann <baumann.sv@gmail.com>
* @author Richard Henkenjohann <richardhenkenjohann@googlemail.com>
* @author Ingolf Steinhardt <info@e-spin.de>
* @copyright 2013-2023 Contao Community Alliance.
* @copyright 2013-2025 Contao Community Alliance.
* @license https://github.com/contao-community-alliance/dc-general/blob/master/LICENSE LGPL-3.0-or-later
* @filesource
*/
Expand Down Expand Up @@ -158,20 +158,20 @@ private static function addFilter(ConfigInterface $config, QueryBuilder $queryBu
* 'children' array
* OR
* 'children' array
* =
* = | <>
* 'property' string (the name of a property)
* 'value' literal
* >
* > | >=
* 'property' string (the name of a property)
* 'value' literal
* <
* < | <=
* 'property' string (the name of a property)
* 'value' literal
* IN
* IN | NOT IN
* 'property' string (the name of a property)
* 'values' array of literal
*
* LIKE
* LIKE | NOT LIKE
* 'property' string (the name of a property)
* 'value' literal - Wildcards * (Many) ? (One)
*
Expand Down