We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1e793c commit 2a41012Copy full SHA for 2a41012
lib/Core/Site/RelationService.php
@@ -169,7 +169,7 @@ public function loadReverseFieldRelations(
169
$query->limit = $limit;
170
}
171
172
- $result = $this->site->getFindService()->findContent($query);
+ $result = $this->site->getFilterService()->filterContent($query);
173
174
return $this->extractContentItems($result);
175
@@ -201,7 +201,7 @@ public function loadReverseFieldRelationLocations(
201
202
203
204
- $result = $this->site->getFindService()->findLocations($query);
+ $result = $this->site->getFilterService()->filterLocations($query);
205
206
return $this->extractLocations($result);
207
0 commit comments