I can confirm that using new RegExp("^" + searchTerms, "i") solves the issue, maybe we can add that to the docs ?
I can confirm that using new RegExp("^" + searchTerms, "i") solves the issue, maybe we can add that to the docs ?