Closed andriy-f closed 7 years ago
Hi @andriy-f,
the tolower
method call expression is not implemented in the mongodb connector. It should throw an error.
It doesn't throw error at the moment. It returns all records
@andriy-f the fix is available on npm, please use latest version (0.1.12).
Indeed. Thanks.
Hi, filtering with combination of contains and tolower doesn't return expected results. version: 0.1.11 example request ?$filter=contains(tolower(Name), 'pro')