-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
File search #558
Comments
Regarding interaction design, it should be the same as the search we do right now, with the icon on top and integrated. But instead of only filtering the current folder (which should of course be prioritized to be very quick) other folders should be searched too. Basically exactly like we do on the server. |
@jancborchardt two more questions:
The search results should show a list with
as reference the current web view: search api will be done by @MorrisJobke |
For server tracking: nextcloud/server#676 |
Actually, when I open files, there is a nice search icon beside the three dot menu. This is most prominent. IMO no need for cluttering the sidebar with another option. Moved discussion about filters to --> #563 |
Yes please! |
@mario @tobiasKaminsky on the android app we already have a filter which will search only in the opened directories. for the time being can we have a way in which we can atleast filter in all folders and not just the folders which are opened by the user.. This is an important feature which is pending since years and with filter the major searching file pain is resolved.. please share your thoughts.. |
@supportreq I've implemented the feature you requested as a playground, but really the best way to go forward with this is proper search based on the server API so that's the only thing that will go in the app. I'm hoping we can have this in for 1.5, but no promises. Once the actual search works, I am sure you will be more than happy with it. |
@supportreq a "deep filter" like you suggest is not working as e.g. the sub-sub-folder might already have changed on the server and the app is not in sync with it, or imagine that someone is sharing a folder with you. In both cases the app will only "know" once you have entered these folders. |
@mario with the server api now live are we having an integration soon? |
Will be done for 1.5.0
…On Sat, 11 Feb 2017 at 05:20, supportreq ***@***.***> wrote:
@mario <https://github.com/mario> with the server api now live are we
having an integration soon?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#558 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAWsiqjkbGV0bQOpPXDXCwwFsEqVA1Yks5rbTcHgaJpZM4Ln95F>
.
|
@tobiasKaminsky regarding your questions:
It can have some delay, but should be in the same view, below the other results, as it is on the server. No extra user interaction. It’s not sooo data intensive as it’s only a list of files, right?
No, as it’s in the header already. As @eppfel said too.
Yep, second line will be folder path instead of the size and modified date info as normally. But same layout/design. Only show the folder path in the second line, not repeat the file name (also needs to be fixed in the server, issue opened).
Yes.
Long-clicking should initiate multiselect I’d say, as usual. :) No reason it shouldn’t work on search results either, like if you want to delete a bunch of searched files. Every search result will also have the 3-dot-menu for the actions, and in there should be »Go to folder«. For folders of course this doesn’t need to be there. Sounds good? |
@jancborchardt thanks for clarifying, although @mario will probably do the most of the implementation ;-) |
Any of you two @tobiasKaminsky and @AndyScherzinger have time to do the library side of things while I work on other issues? |
Btw. this RFC seems to be supported by Jackrabbit so that should make it significantly easier since you know the library better than I do. https://cwiki.apache.org/confluence/display/JCR/Jackrabbit+WebDAV+Library |
Uuh sweet. Never actually did any library work myself related to connect new interfaces or extend existing ones :/ - @tobiasKaminsky could you cover this area? |
I would appreciate it. |
PR: #742 |
@MorrisJobke @mario is this working? by when can we test it in beta release.. |
@supportreq I don't know, hopefully soon. It works, but there are a bunch of small issues unrelated to the search itself that are really, really hard to debug. |
@AndyScherzinger all done as far as this issue goes. |
@mario I am on the Android Dev Build from F-droid... i m not sure if search entire server is implemented on that build [server version is 12 final release].. can you confirm.. |
It should be working in v12. Is it not? What's the issue? |
@mario somehow it didnt work on wifi but on mobile data it is working.. taking some time to get the list though |
That sounds strange @supportreq ? Why would it not work on wifi, but work on mobile? |
Uploading files is also returning with connection error on wifi [using browser it is working] mobile data it works fine.. |
o.o Do you have a special wifi connection? Capture portal or something? |
Implement file search which would be similar to what the server frontend does. I'd definitely like to know more about this so involving @MorrisJobke, @tobiasKaminsky and @AndyScherzinger. Feel free to suggest whoever you think can clarify more on the API (endpoints, data to send, returned data) and the requirements of this task.
@nextcloud/designers - I'd appreciate your input and mockups on how this should work.
The text was updated successfully, but these errors were encountered: