Anzeige der Kontakte in NC 20 funktioniert nicht über die Suchfunktion

@regenpfeifer Danke für den Hinweise für “Pretty URLs”! Habe folgenden Rat befolgt und das Problem war gelöst:

Htaccess Pfad ändern, dazu folgende Linie in config.php hinzufügen
'htaccess.RewriteBase' => '/' (Path depends on your configuration - maybe /nextcloud)

Update htaccess with the occ command
sudo -u apache php occ maintenance:update:htaccess

On my webhosting I ran the command like this over SSH:
php occ maintenance:update:htaccess

Source: