Nicolas Llorca
08/03/2024, 2:25 PMfacet_return_parent
field.
I have a document with a nested object....
[
'facet' => true,
'name' => 'category.id',
'type' => 'int32',
],
[
'name' => 'category.name',
'type' => 'string',
],
[
'name' => 'category.slug',
'type' => 'string',
]
How can I make it return the category name and slug when returning facet by category.id
?