Problem/Motivation
currently, this query results in an error:
$this->repository->findBy(['field_category' => [1,2]]);
Proposed resolution
Check if the values is an array. When that's the case, create an in condition.
Issue fork entity_repository-3222831
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jeroentComment #4
mheip commentedThis iix works for me - merge & release I say
Comment #6
jeroentComment #7
jeroent