Hi, I just found that there is no content included in the query of the page. Meaning that suppose I was(in fact I am trying to) to create a query template for the pages and want to have an overview on its content, there is no direct way to do this right now.
Maybe we should have a way to do this? At least the trimmed version of the content?
The content is a lot of data and shuffling it around is probably performance intensiv and I also don‘t think it‘s cached in the database (Correct me if I‘m wrong). So it wouldn‘t be to trivial to add and definitely a lot slower.
Yes, this should be the solution after my second thoughts. Only issue is that we need to 1) get the pages query result first 2) get each of the content explicitly 3) render the widget with template. Not direct but should be better performant!