Open Sinecuraweb opened 10 months ago
You have made a mistake, and you can use filters with this format: 'filter' => [ [ 'key' => 'product_id', // State Column for Count Calculation Here 'operator' => '=', 'value' => '0' ] ],
instead this format that exists in docs: 'filter' => [ 'key' => 'product_id', // State Column for Count Calculation Here 'operator' => '=', 'value' => '1' ],
The fix should be to update to Nova 4.31, the package should be updated to make that the min version, not this change.