Hi There!
I try to perform a field method on an array of tags in KQL.
I couldn’t find any solution so far – is there a possibility to do that?
F.ex. like:
sluggedTags: {
query: 'page.tags.split',
select: {
item: 'item.slug'
}
},
Many thanks!