We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9941647 commit 144032eCopy full SHA for 144032e
1 file changed
src/IQueryObject.php
@@ -8,7 +8,7 @@ function orderBy(string $column, string $order = 'ASC');
8
9
function addOrderBy(string $column, string $order = 'ASC');
10
11
- function searchIn($column, $value, bool $strict = false);
+ function searchIn(array|string $column, mixed $value, bool $strict = false, ?string $joinType = 'innerJoin');
12
13
function getEntityManager();
14
}
0 commit comments