rikbruil / Doctrine-Specification

Doctrine Specification pattern for building queries dynamically and with re-usable classes for composition.
MIT License
50 stars 7 forks source link

isMemberOf Condition missing #25

Closed holtkamp closed 3 years ago

holtkamp commented 7 years ago

Just encountered a case requiring the isMemberOf Condition. This seems currently not supported.

I guess it would be quite similar to https://github.com/rikbruil/Doctrine-Specification/blob/e61fb801c46107b0a9ce22086448557def7fa532/src/Condition/IsInstanceOf.php

rikbruil commented 7 years ago

Yes it appears so, feel free to create a PR, otherwise I will take a look at this myself later.

holtkamp commented 3 years ago

Realized by https://github.com/rikbruil/Doctrine-Specification/pull/27, closing issue