I'm having some issue pulling string out of DB with calls like Domain.findByTitle('some title with & char') where '&' is part of the name. I could catch this in the UI, but there are too many places to check for. I'm hoping there is something I could do using gorm and groovy to catch the char and do something to it. Any ideas anyone?