Closed haswent closed 4 years ago
Is it possible to do a case insensitive search?
If i have a document like this:
{ name : 'Odin', email: 'odin.soap@lokijs.org', age: 38 }
Is it possible that if we do a search for both Odin or odin for it to return the record?
Is it possible to do a case insensitive search?
If i have a document like this:
{ name : 'Odin', email: 'odin.soap@lokijs.org', age: 38 }
Is it possible that if we do a search for both Odin or odin for it to return the record?