i-doit / api-client-php

Easy-to-use, but feature-rich client library for i-doit's JSON-RPC API
GNU Affero General Public License v3.0
15 stars 12 forks source link

Select:find() - Added Object Filtering. #6

Closed pklinkov closed 6 years ago

pklinkov commented 7 years ago

By Prefiltering the Objects (i.e. by Type) the find method does not have to parse all objects.

bheisig commented 6 years ago

Can you please provide some unit tests? You may use tests/SelectTest.php.

pklinkov commented 6 years ago

Closing as too many commits in Upstream