We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using the unified search function, file results use the openfile function, as in: https://nextcloud.server/index.php/apps/files/files/######?dir=/pathtofile&openfile=true
This opens the selected file directly.
However, fulltextsearch results use the scrollto function, as in: https://nextcloud.server/index.php/apps/files/files?dir=/pathtofile/&scrollto=filename
The scrollto function doesn't seem to work in v28 or v29, so it just shows the containing directory.
Would it be possible to use the openfile function for fulltextsearch results instead of the scrollto function?
Thanks!
The text was updated successfully, but these errors were encountered:
Duplicate of nextcloud/files_fulltextsearch#249.
Sorry, something went wrong.
No branches or pull requests
When using the unified search function, file results use the openfile function, as in:
https://nextcloud.server/index.php/apps/files/files/######?dir=/pathtofile&openfile=true
This opens the selected file directly.
However, fulltextsearch results use the scrollto function, as in:
https://nextcloud.server/index.php/apps/files/files?dir=/pathtofile/&scrollto=filename
The scrollto function doesn't seem to work in v28 or v29, so it just shows the containing directory.
Would it be possible to use the openfile function for fulltextsearch results instead of the scrollto function?
Thanks!
The text was updated successfully, but these errors were encountered: