The Elastic ProductDocument in the acelerator have the field IsBaseProduct, and am simply trying to add a toggle to only query base products, But if i add
// Add custom filter to only show base products
allQueries.Add(qc.Bool(b => b.Should(bs => bs.Term(t => t.IsBaseProduct, true))));
To the QueryBuilder, I dont get any results, What am i doing wrong?
Litium version: 7.3