When I using like filter in loopback restful api, it return the following error.
"name":"error","status":500,"message":"unterminated quoted string at or near \"'\\' ORDER BY \"id\"\""
However, when I remove the primary key setting in postgresql, the error is gone. Does it mean that the primary key causes this error?