We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec0590c + aa17002 commit 3addea3Copy full SHA for 3addea3
src/Extensions/SubsitesVirtualPageExtension.php
@@ -35,6 +35,7 @@ public function exportObjectToAlgolia($toIndex)
35
}
36
37
$attributes->push('objectClassName', $originalObject->ClassName);
38
+ $attributes->push('objectSubsiteID', $this->owner->SubsiteID);
39
40
$specs = $originalObject->config()->get('algolia_index_fields');
41
$attributes = $indexer->addSpecsToAttributes($originalObject, $attributes, $specs);
0 commit comments