v4.4.0
New
- Api
search
method has now a forth boolean argument. If the argument istrue
the search request payload will be sent in HTTP POST method, otherwise it sends in GET. Default isfalse
.
Fix
- When searching certain IDs in an Object, passing
id = [id1, id2]
now works correctly.