ladrua / Open-ownCloud

Opensource ownCloud iOS app
Other
9 stars 6 forks source link

New Feature : Search / File Filter #1

Open supportreq opened 9 years ago

supportreq commented 9 years ago

Adding a search bar at the top to allow users to filter the file list.

ladrua commented 9 years ago

Are you talking about a search filter(sort by name, type...), or text search? I guess both would be nice, to add a view filter is what I will get on first.

supportreq commented 9 years ago

No plain text search.. Similar to what dropbox has to offer.. if i enter abc, it will give me files and folders with abc.. this would be an amazing feature..

ladrua commented 9 years ago

I see, yes, would be a nice feature, its a bit of work tho. how its set up now, it only queries the path thats viewed. So it only has the files/folders of the current view in its array. This could be fixed of course, but is a bit of work.

supportreq commented 9 years ago

can we take only the file name such that the search works and rest operations remain the same?

ladrua commented 9 years ago

what do you mean? That it only searches the files and not folders? It wouldnt make a difference. Same work would need to be done.

supportreq commented 9 years ago

@ladrua yeah i realized it when I pressed the comment button.. let me know in case you need any help for testing the code..

i can help with ipad testing also..

ladrua commented 9 years ago

@supportreq thanks, there is still a lot of work before a release, and will prioritise iPhone.

supportreq commented 9 years ago

Sure I will help also in iPhone.. Let me know