Skip to content
Snippets Groups Projects

Resolve #3474967 "Ids of referenced"

3 files
+ 3
7
Compare changes
  • Side-by-side
  • Inline

Files

@@ -204,7 +204,7 @@ class SearchApiEntity extends SearchApiStandard {
* {@inheritdoc}
*/
public function query($use_groupby = FALSE) {
$this->addRetrievedProperty($this->getCombinedPropertyPath());
$this->addRetrievedProperty($this->getCombinedPropertyPath(), $this->definition['search_api field'] ?? NULL);
}
/**
Loading