diff --git a/src/Data/DefaultDataProviderDBalUtils.php b/src/Data/DefaultDataProviderDBalUtils.php index 0200fffa9..c1d562d37 100644 --- a/src/Data/DefaultDataProviderDBalUtils.php +++ b/src/Data/DefaultDataProviderDBalUtils.php @@ -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. @@ -14,7 +14,7 @@ * @author Sven Baumann * @author Richard Henkenjohann * @author Ingolf Steinhardt - * @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 */ @@ -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) *