hyvor / laravel-filterq

Advanced filtering for Laravel APIs
MIT License
6 stars 0 forks source link

Parsing bug: Strings that starts with number #4

Closed supun-io closed 2 years ago

supun-io commented 2 years ago

Expression: id=5felk12l20dwqlk After parsing: id=5

supun-io commented 2 years ago

User-side fix: Quote the string (id='5felk12l20dwqlk')