-
Notifications
You must be signed in to change notification settings - Fork 32
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
Replace "open the location" behaviour with "open the file" one #249
Comments
Typically, when searched for some document with the help of the universal search the document is opened, but not the location. This PR will allow open files directly from the results of the search. See nextcloud#249 Signed-off-by: Oleksa <ostasevych@users.noreply.github.com>
I've updated to NC 28.0.2 and it seems that "scrollto" does not work anymore. Once you click on a file found via global search (fulltextsearch), just the directory itself is opened (but the file is not highlighted and scrollto does not work). |
#253 is marked as merged but this patch is still missing for files_fulltextsearch 29.0.0. Any plan to release? |
Hi, It still does not work. When a user searches with full text search and clicks on a document, only the folder is opened, not the document, |
Hi, any progress on this? |
Typically, when searched for some document with the help of the universal search the document is opened, but not the location.
However, in case of fulltext search the location is opened.
Would that be possible to make the approach universal?
My suggestion:
in
lib/Service/SearchService.php
:The text was updated successfully, but these errors were encountered: