Ios: File search

Created on 5 Feb 2017  Â·  11Comments  Â·  Source: nextcloud/ios

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

  • name
  • folder name
  • when clicking on it it should directly open this file (just like clicking on it in the file list)
  • long clicking on the file should show "go to folder"

as reference the current web view:

bildschirmfoto 2017-01-11 um 14 52 07

cc @marinofaggiana

@oparoz Anything I forgot?

enhancement

Most helpful comment

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.

All 11 comments

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

  • search in this folder (filter)
  • search in ALL folder (search in all server folders)

1

All subfolder, two possibilities

  • search in this folder (filter)
  • search here and subfolders

2

All possibilities are so fulfilled :)

It's basically done. I opened bug reports for broken stuff:

126 & #127

@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
.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MorrisJobke picture MorrisJobke  Â·  4Comments

k-matti picture k-matti  Â·  4Comments

rakekniven picture rakekniven  Â·  4Comments

TecJon picture TecJon  Â·  5Comments

koarlmichael picture koarlmichael  Â·  3Comments