- π³π±Netherlands Lendude Amsterdam
Tried this on MySQL with the node table, and querying the 'title' and 'type' fields, and that works as expected.
So there is something else going on than just loadByProperties not being able to handle two strings.
Is the custom entity doing something special? Does it have it's own entity storage that does something? Is it only a problem on postgres?
I looked at the code and all it does is cast values to arrays, so that should matter.