简体   繁体   中英

Are Loopback REST API Filters Case Insensitive on Linux?

We're implementing Loopback for our REST API and currently using Windows.

Ultimately we'll be running on both Windows and Linux.

Does Loopback support case insensitive filters on Linux like it does on Windows?

Looks like this never got answered, but I think this is up to the datasource connector, not the OS. If you connect your model to MySQL, for example, then you would need to make sure the connector is either adding the collation, or you do manually (or you set MySQL to do so). The point is, case sensitivity in filters like where has nothing to do with the OS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM