I am using loopback 1.0
http://localhost:3000/api/cvp/profiles?filter={"where": {"profileId": {"like" : "%1214%"}}}
Causes a syntax error: "message": "Unexpected token %"
This query works fine if i omit the % characters, however the result is a single record that matches '1214' exactly.