techfort / LokiJS

javascript embeddable / in-memory database
http:/techfort.github.io/LokiJS
MIT License
6.75k stars 481 forks source link

Case Insensitive Search #833

Closed haswent closed 4 years ago

haswent commented 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?