Skip to content

[FEATURE REQUEST] Server-side search #1401

Open
@felix-schwarz

Description

@felix-schwarz

Support for server-side search should be integrated into the app as a search scope.

A major advantage of server-side search over searching the locally maintained index is server-side search's ability to index the contents of files and extend its search to that.

Research

  • search is listed as gPRC service on owncloud.dev
  • a gPRC library for iOS is available and actively maintained, but also adds potentially heavy dependencies like BoringSSL that - if needed - favor an implementation outside the SDK and either as an addition to SDK - or inside the app itself. Complexity of such an approach TBD.
  • as seen in the Web Inspector, the ocis web UI appears to use REPORT requests to perform searches instead, which returns a WebDAV response. If this path is also available to the iOS app, adoption should be much easier and straightforward.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

p2-highEscalation, on top of current planning, release blocker

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions