Open NickNick opened 10 years ago
I think it's better to normalize the input of 'contains' and such a bit, to work around issues where you'd expect something would match but it doesn't. Exact matching could perhaps be enforced with artist contains exact("2Pac").
artist contains exact("2Pac")
I think it's better to normalize the input of 'contains' and such a bit, to work around issues where you'd expect something would match but it doesn't. Exact matching could perhaps be enforced with
artist contains exact("2Pac")
.