⛑ Fix inner hit building and return self while using collapse
This can be now used.
$this->query->collapse(
(new Collapse(
$this->options->groupByTypology
? PriceTermsIndex::TYPE_ID
: PriceTermsIndex::OBJECT_ID
))
->addInnerHit(
(new InnerHit(
self::KEY_INNER_HITS_NAME,
10
))
->collapse(PriceTermsIndex::TYPE_TO_BOARD)
)
);