qe-yast / ruby-yui-rest-client

MIT License
1 stars 5 forks source link

Add ability to filter widgets by regex #12

Closed OleksandrOrlov closed 4 years ago

OleksandrOrlov commented 4 years ago

Server side does not allow to filter by regex, so this is done on client side.

First the request is made with all the plain filters (if they are specified, otherwise request the whole widgets json) and then the received body could be filtered by regex.

Related ticket: https://progress.opensuse.org/issues/66769