Sorry, it's might be written wrong, but I guess you'll understand the issue.
we updated espo to v7.0.7 and figured our an issue in API. there a sample and issue:
client->request('GET', $sisara['enety'].'?offset=0&maxSize=1&where[0][field]='.$sisara['wheretofind'].'&where[0][type]=equals&where[0][value]='.$sisara['whattofind']);
by the suc request we always get response:
[total] => -2
no matter is there are any records or no. We do some testings or actions based on [total] value, but if it's always -2 it's bad
we updated espo to v7.0.7 and figured our an issue in API. there a sample and issue:
client->request('GET', $sisara['enety'].'?offset=0&maxSize=1&where[0][field]='.$sisara['wheretofind'].'&where[0][type]=equals&where[0][value]='.$sisara['whattofind']);
by the suc request we always get response:
[total] => -2
no matter is there are any records or no. We do some testings or actions based on [total] value, but if it's always -2 it's bad
Comment