Samir Kumar Sah
08/09/2024, 11:56 AMKishore Nallan
08/09/2024, 12:20 PMq: *
Samir Kumar Sah
08/09/2024, 5:18 PM$searchParameters = [
'q' => '*',
'query_by' => 'title',
'facet_by' => 'brand',
'max_facet_values' => '500',
'sort_by' => 'updated_at:desc'
];
What I want if I have brand facet like Apple, Mangi, Zara. And suppose i have not product listing which has Zara brand. i still want to show Zara in my brand facet as refinementList but Zara with count 0 . Is it possible.