We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
between
Describe the bug
Example code that causes the error $value is an uncountable object in kirby/src/Toolkit/V.php on line 478.
$value is an uncountable object in kirby/src/Toolkit/V.php on line 478
<?php dump($page->children()->filterBy('height', 'between', [2, 7])); ?>
The error occurs because $value is a field object in this case.
$value
Kirby Version Tested with 3.5.5 and 3.5.6-RC-1
The text was updated successfully, but these errors were encountered:
Supports countable field object #3382
6d72037
c393806
✅
Sorry, something went wrong.
2e18815
afbora
Successfully merging a pull request may close this issue.
Describe the bug
Example code that causes the error
$value is an uncountable object in kirby/src/Toolkit/V.php on line 478
.The error occurs because
$value
is a field object in this case.Kirby Version
Tested with 3.5.5 and 3.5.6-RC-1
The text was updated successfully, but these errors were encountered: