mongoose-datatables icon indicating copy to clipboard operation
mongoose-datatables copied to clipboard

enable removal of 'insensitive' regex flag

Open Rysher opened this issue 3 years ago • 0 comments

if the fields to be searched by the regex contain Number or a non-latin-characters of a String a case-insensitive regex search decreases indexed searches performance. This PR adds the ability to choose when to remove in "insensitive" setting of the regex search.

Rysher avatar Apr 19 '21 14:04 Rysher