Hi,
I changed the filter to createdDate. I only got 50k records.
Also set the privilege.
$priv = 'edit:*,sview:*,list:*,download:*,downloadasset:*,edituser:*,disableentitlement,privacycontext:*'; $this->client = $this->getClient(\KalturaSessionType::ADMIN, $priv);
No category filter (90k records)
image here
I selected all categories (including sub categories, I think), but only 50k records
The 50k records remind that it is equivalent what I am currently doing. i.e. some categories are not involved and there are entries inside them.
Any idea?