I have a query where I'm loading all blog post documents
[at(document.type, "blog_post")]]
however it's returning too much for my use case, and looking at the documentation, I don't see an ability to limit the data response, I was wondering if there's a way to only load the essential pieces I need for all the blog post document types?
I attempted in using that, but it only narrowed the search and still returned the full document. I was seeing if there's a way to retrieve documents and have the response only return a set of the fields in the document .
There is no way to return a set of fields in the document. Every query result will show you the complete document. I understand your case and I'll let my team know about this use-case.
system
(system)
closed as resolved, flag & select 'Something Else' to reopen.
6
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.