-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary fix contacts search #20720
Conversation
Signed-off-by: Joas Schilling <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense for now 👍
See #18816 (comment) |
@J0WI could you shoot in a PR for that. Then we could get that in early in the 20 cycle. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐘
I can provide something using plain SQL: +$sql = 'SELECT `cardid` FROM ( ' . $query2->getSQL() . ' ) AS `mysql_compatlayer`';
$query->select('c.carddata', 'c.uri')->from($this->dbCardsTable, 'c')
-->where($query->expr()->in('c.id', $query->createFunction($query2->getSQL())));
+->where($query->expr()->in('c.id', $query->createFunction($sql))); |
@rullzer @nickvergessen If you're fine with the soultion described in #20720 (comment) I'll open a PR |
Regression from #18816 resulting in: