cs3apis icon indicating copy to clipboard operation
cs3apis copied to clipboard

storage: allow searching and filtering

Open butonic opened this issue 6 years ago • 1 comments

This is related to the ListContainerStreamRequest and the Opaque map on the review branch.

For the time being we can implement searching and filtering by using the Opaque property of the ListContainerStreamRequest. In order to collect candidates for new ListContainerStreamRequest properties we should collect the different property keys somewhere.

@moscicki @labkode do you already have keys in mind? I can see

  • search with a json encoded pattern, a prefix or a lucene query payload
  • pagination with limit and offset or cursor, more details in https://github.com/owncloud/phoenix/issues/116

butonic avatar Mar 20 '19 13:03 butonic

@labkode I see you closed https://github.com/cs3org/cs3apis/pull/9 Any idea how to tackle this, then?

butonic avatar Sep 06 '19 13:09 butonic