-
Couldn't load subscription status.
- Fork 124
Open
Description
I need to use LIKE in the query and I did not find this information in the documentation.
I need something like that:
`$util->getAll(array(), RouterOS\Query::where('user-ip', '10.10.%', 'LIKE'));
I checked each file in the repository and I didn't find that information.
Is there another way to make this filter?