Hi,
I’m using the following query:
$response = $api->query(
Predicates::at(‘document.type’, ‘press_releases’),
[ ‘pageSize’ => 50, ‘page’ => 1, ‘orderings’ => ‘[my.press_releases.live_date desc]’ ]
);
Many of the results comes back with live_date field being NULL even though there is valid data in them. Please advise.