Michael Thomas
08/04/2023, 1:07 PMWhen you search on an object field name, all sub-fields will be automatically searched. Use a dot notation to refer to sub-fields, e.g. person.last_name or person.school.name.
@Kishore Nallan @Jason Bosco ^ maybe add that to the query_by docs ^^Kishore Nallan
08/04/2023, 1:07 PMMichael Thomas
08/04/2023, 1:09 PMKishore Nallan
08/04/2023, 1:10 PMMichael Thomas
08/04/2023, 1:11 PMfacet => true
thing on a field, but how to tell the facet, that it should only facet e.g. the category title in an objectarray of categories, and not the category description?Kishore Nallan
08/04/2023, 1:12 PMfacet_by=category.title
Kishore Nallan
08/04/2023, 1:13 PMfacet => true
on the parent object/object array, define a field specifically with dots in the name e.g. foo.bar.baz
and set that to facet => true
Michael Thomas
08/04/2023, 1:14 PMaddress = object
and then
address.county.title = string
In the TS structure if I get this correctly?Kishore Nallan
08/04/2023, 1:32 PMMichael Thomas
08/04/2023, 5:42 PM