Hello all,
according to docs here Facet over multi-level grouping we can use multi-level grouping like
FACET name,manufacturer
How can i use multi-level grouping with manticoresearch-php API?
I’ve done some test and query gives me error when used with search.php
Search->facet('name,manufacturer');
Does someone know how to use or what method in manticoresearch-php should i use for multi-level grouping in FACET?
Thanks.