Hussain Sakariya
01/24/2025, 7:18 AMtype
field that can have three different values: collection
, page
, and blogs
.
I'm using facet_by
with the type
field, which only provides counts. However, I need to retrieve all other fields, like title
and description
, for all documents.
I want to avoid using filter_by
and running three separate queries. Please provide a solution
I have attached my documents