There is a method
It makes a SQL statement like
Why is there no
whereIds(array $ids) in the XF\Mvc\Entity\Finder class.It makes a SQL statement like
WHERE entity_id IN (1, 2, 3, 4)Why is there no
whereIdsNot() method or an equivalent? I would like to build something like WHERE entity_id NOT IN (1, 2, 3, 4)