Chicago / opengrid

A user-friendly, map-based tool to combine and explore real-time or historical data.
http://opengrid.io
Other
247 stars 53 forks source link

Case Insensitive Queries #253

Closed PriyaDoIT closed 7 years ago

PriyaDoIT commented 7 years ago

Currently, all operations used in the Advanced Search filters are case-sensitive. We’ll have to enhance the application to support case-insensitive searches.

@rladines believes it is an option you can pass to Mongo DB on the filter ($options param ?). We just have to design it so it can be turned on and off on the data set level.