FR: Add "hasDescendants" in Category Query Params #2786
Labels
enhancement
improvements to existing features
site development 👩💻
features related to website/API development
Since category branches can vary a lot, "level" is not going to work on most of the case.
Allow the following will be saving tons of time & queries:
{% set categories = craft.categories({hasDescendants: false}).all() %}
The text was updated successfully, but these errors were encountered: