0

您好,我是环回的新手,我正在尝试创建一个这样的忽略大小写的 REST 查询过滤器:

/api/customers?filter[include]=profiles&filter[where][Name][like]=Com

只要该人使用正确的外壳,上述方法就可以完美地工作。我想知道是否有一个标志或一种方法可以让这个查询忽略大小写?

顺便说一句,数据源是 MongoDB

提前感谢您的建议

4

1 回答 1

0

There is a pending PR https://github.com/strongloop/loopback-connector-mongodb/pull/32 please feel free to add comments on there.

于 2014-10-23T03:13:07.313 回答