More standard filters in Content Delivery API #22233
bjarnef
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
According to documentation Content Delivery API allows to filter on a few standard fields:
https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api#filter
e.g.
contentType,name,createDate,updateDateHowever there are other standard fields in index, which would be nice to filter, when one don't fetch from a single parent/ancestor node.
E.g. filter on
ancestorIdsorparentId.This works for me to filter on multiple parent/ancestor ids, where it otherwise return all items of the filtered content types.
Perhaps other may be relevant like
level.All reactions