laravel-api-handler icon indicating copy to clipboard operation
laravel-api-handler copied to clipboard

support for wildcards inside -lk params

Open tripper54 opened this issue 5 years ago • 0 comments

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.

tripper54 avatar Jul 23 '19 00:07 tripper54