Closed genfish closed 11 months ago
The field "store_id" in database is a String, the only way to filter it is use "like" sql operator. With this modification the only problem be when the "store_id" have more one digit.
This PR is deprecated, hence it will be closed. Thanks @genfish for your contribution!
The field "store_id" in database is a String, the only way to filter it is use "like" sql operator. With this modification the only problem be when the "store_id" have more one digit.