Implement file search which would be similar to what the server frontend does.
The API can be found at nextcloud/server#676 and is basically the same as nextcloud/android#558
@nextcloud/designers How should this look like on iOS. Maybe @jancborchardt and @mario can help here.
Best would be to immediately filter the current view on the search term and then show the search results as they are received from the server. Right, @jancborchardt?
The search results should show a list with
as reference the current web view:

cc @marinofaggiana
@oparoz Anything I forgot?
It would be great if it would be possible to work with +,-,"and" and "or" like you can at google.
It would be great if it would be possible to work with +,-,"and" and "or" like you can at google.
First of all: we do a basic search. Then we can look into refine this.
Best would be to immediately filter the current view on the search term and then show the search results as they are received from the server. Right, @jancborchardt?
Exactly. That provides the quickest feedback while giving detailed results when they come in. The layout should be exactly the same as the file list itself.
This is the solution for search :
Root "/" folder, two possibilities

All subfolder, two possibilities

All possibilities are so fulfilled :)
It's basically done. I opened bug reports for broken stuff:
@MorrisJobke is this change added to master?? i tried compiling the new version but did not get search here and subfolders option.. please advice.. [Is it server dependent??]
@supportreq it is server dependant, yes.
@mario which server version onwards will it work??
12
On Wed, 29 Mar 2017 at 14:26, supportreq notifications@github.com wrote:
@mario https://github.com/mario which server version onwards will it
work??—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/nextcloud/ios/issues/53#issuecomment-290073990, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAAWssMDmIplnJQVuQXT-ybiH0MiYZJnks5rqk4FgaJpZM4L3p2m
.
should i pull it from the server master branch?
Yup
On Wed, 29 Mar 2017 at 14:30, supportreq notifications@github.com wrote:
should i pull it from the server master branch?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/nextcloud/ios/issues/53#issuecomment-290074843, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AAAWssSJ7TYVY9NsCJz7N64VTKb2k3psks5rqk7jgaJpZM4L3p2m
.
Most helpful comment
First of all: we do a basic search. Then we can look into refine this.