Might be better to just make the regex case insensitive, AKA
new RegExp(query.value, "i")
but that will be a new MP :)
« Back to merge proposal
Might be better to just make the regex case insensitive, AKA
new RegExp(query.value, "i")
but that will be a new MP :)