diff --git a/src/Module/Contact/MatchInterests.php b/src/Module/Contact/MatchInterests.php index c9601a0fd..9184e818f 100644 --- a/src/Module/Contact/MatchInterests.php +++ b/src/Module/Contact/MatchInterests.php @@ -125,7 +125,7 @@ class MatchInterests extends BaseModule $result = $this->httpClient->post($server . '/search/user/tags', $searchParameters); if (!$result->isSuccess()) { // try legacy endpoint - $result = $this->httpClient->post($server . '/contact/search/tags', $searchParameters); + $result = $this->httpClient->post($server . '/msearch', $searchParameters); if (!$result->isSuccess()) { $this->logger->notice('Search-Endpoint not available for server.', ['server' => $server]); continue;