Apple's Photos app allows users to query photos with search keywords like "surfing", "food", "sky".
How could a third-party iOS app with Camera and Photos permissions search the phone's camera roll using arbitrary strings?
Searching for Photos is part of the SiriKit API. Could we pass strings as a possible approach or is there a better way?