cs3apis
cs3apis copied to clipboard
storage: allow searching and filtering
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
searchwith a json encodedpattern, aprefixor a lucene query payloadpaginationwithlimitandoffsetorcursor, more details in https://github.com/owncloud/phoenix/issues/116
@labkode I see you closed https://github.com/cs3org/cs3apis/pull/9 Any idea how to tackle this, then?