Hello <@U01PL2YSG8L> I have a schema with a `type...
# community-help
h
Hello @Kishore Nallan I have a schema with a
type
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