CoreSpotlight file search implementation
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 251
- Forks
- 142
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 3
Description
As an user I want to search a document via iOS global search field Spotlight.
If the user enter a search string which is equal to a file in ownCloud app, the file will presented in the search result. This deep links directly to the file in the ownCloud App.
This can be done with CoreSpotlight:
https://developer.apple.com/documentation/corespotlight
The user needs an option to enable, disable file indexing for every Bookmarkwhich was added in ownCloud App for privacy reasons.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with Apple's CoreSpotlight documentation and inspect the app's existing bookmark and deep-link flows. The work is done when files can be indexed for Spotlight, matching results open the file in ownCloud, and each bookmark has a privacy option to enable or disable indexing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, swift
- Domain
- mobile-dev, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100