Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Links to results are wrong when searching in the desktop client #804

Open
arnowelzel opened this issue Oct 27, 2023 · 2 comments
Open

Links to results are wrong when searching in the desktop client #804

arnowelzel opened this issue Oct 27, 2023 · 2 comments

Comments

@arnowelzel
Copy link

arnowelzel commented Oct 27, 2023

As I am not sure if this is only a desktop client issue or also caused by the backend, I mention this here as well.

When doing a fulltext search in the desktop client, the links to documents are generated like this:

https://server.example/apps/files/%3Fdir=/some/folder/&scrollto=somefile.pdf

However, the escaping "%3F" is wrong. This must be "?":

https://server.example/apps/files/?dir=/some/folder/&scrollto=somefile.pdf

Also see nextcloud/desktop#6173

This affects the following versions:

Nextcloud 27.1.2, 27.1.3
Desktop Client 3.10.0, 3.10.1
Fulltext Search 27.0.2
Fulltext Search - Elastic Platform 27.0.4
Fulltext Search - Files 27.0.1

@arnowelzel arnowelzel changed the title Links in results are wrong when displayed in the client Links to results are wrong when searching in the desktop client Oct 27, 2023
@frankprimarily
Copy link

having the same issue

@tijnsc
Copy link

tijnsc commented Jan 27, 2024

I am getting the same issue.
Nextcloud AIO v7.11.0

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants