Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

storage: allow searching and filtering #8

Open
butonic opened this issue Mar 20, 2019 · 1 comment
Open

storage: allow searching and filtering #8

butonic opened this issue Mar 20, 2019 · 1 comment

Comments

@butonic
Copy link
Contributor

butonic commented Mar 20, 2019

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

butonic added a commit to butonic/cs3apis that referenced this issue Mar 20, 2019
@labkode @moscicki this would solve cs3org#8
If we agree to use the lucene search query language we could even use it to limit results to a single folder by adding `AND parent:1234` as the id. Or we add the same pagination mechanism to the ListContainer messages so we can properly list folders with 100k files. Google also separated ListFolder and SearchFolder requests: https://github.com/googleapis/googleapis/blob/master/google/cloud/resourcemanager/v2/folders.proto#L264-L338
@butonic
Copy link
Contributor Author

butonic commented Sep 6, 2019

@labkode I see you closed #9 Any idea how to tackle this, then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant