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: provide search API #41

Open
butonic opened this issue Mar 11, 2019 · 2 comments
Open

storage: provide search API #41

butonic opened this issue Mar 11, 2019 · 2 comments
Labels
needs decision Needs decision before commiting to implement

Comments

@butonic
Copy link
Contributor

butonic commented Mar 11, 2019

AFAICT the cs3 apis do not talk about search.
For now we could implement searching in file metadata and content based on elasticsearch, however I think we need a search api in cs3 as well because the storage itself might have search capabilities. At least optionally.

@labkode what are your thoughts on search?

also see https://github.com/owncloud/nexus/issues/17

@labkode
Copy link
Member

labkode commented Mar 11, 2019

@butonic Yes, I think the storage provider could provide a find endpoint for this purpose. We just need to be careful on what query filters we allow to not force storage providers to include complicate logic, like "give me all the files where @butonic has written a comment on the 1st of April".

@butonic
Copy link
Contributor Author

butonic commented Mar 20, 2019

also see cs3org/cs3apis#8

@labkode labkode changed the title Search API storage: provide search API Apr 29, 2019
@labkode labkode added the needs decision Needs decision before commiting to implement label Aug 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs decision Needs decision before commiting to implement
Projects
None yet
Development

No branches or pull requests

2 participants