From 6885d6412496413cf4007a9408967e00d0049c31 Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 17 Jun 2020 19:01:41 +0200 Subject: [PATCH] =?UTF-8?q?:memo:=20N=C2=B01418=20DBObject=20PHPDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/dbobjectsearch.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/dbobjectsearch.class.php b/core/dbobjectsearch.class.php index 492c503c0..bd461b022 100644 --- a/core/dbobjectsearch.class.php +++ b/core/dbobjectsearch.class.php @@ -528,6 +528,8 @@ class DBObjectSearch extends DBSearch } /** + * Helper method for IN / NOT IN conditions : values won't be parsed in the expression tree, that will save some time ! + * * @param string $sFilterCode attribute code to use * @param array $aValues * @param bool $bPositiveMatch if true will add a IN filter, else a NOT IN