Nested facet
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Create a nested facet
Configure facet (field, range, query or spatial)
DocumentCollection<TechProductDocument> documentCollection; // from DI
var rersult = documentCollection
.Select()
.FacetField(q => q.InStock)
.Execute();
Configure nested facet (field, range, query or spatial)
DocumentCollection<TechProductDocument> documentCollection; // from DI
var rersult = documentCollection
.Select()
.FacetField(q => q.InStock, facet => facet
.FacetField(q =>