laravel-api-handler
laravel-api-handler copied to clipboard
support for wildcards inside -lk params
We should be able to accept -lk params with multiple wild cards, eg title-lk=*aaa*bbb*
Currently the middle * in the above query would not be changed to a % .
This PR fixes that.
I also needed to make some changes to the test setup for Laravel compatibility.