mehdi-fathi/eloquent-filter

LIKE's search sometimes changes the value's character format

brusacla opened this issue · 1 comments

When I make a call to my API with paramters to use LIKE filter it happens that the format of the passed value is cahnged to not UTF8.
This problem causes the error "Malformed UTF-8 characters, possibly incorrectly encoded"

Example of a call to my API's backend:
api/clienti?cliente[LIKE]=%CALOI%

@brusacla
I think this error is related to the database side, not the package.