Hi all,
Is there a way to allow the findBy*
to be case insensitive? For example, if I have Users::findByEmail('[email protected]')
it'll find a result but Users::findByEmail('[email protected]')
won't find a result.
Is there some kind of setting, or filtering, or something that can be applied as and when required to be case insensitive, or would it just be easier to re-write the find line to use PHQL to do it more manually?
Cheers,
Andy