Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to trigger reindexAllSearchableItemsWithAcknowledgementHandler and reindexSearchableItemsWithIdentifiers on CSSearchableIndexDelegate

Implementing a spotlight search plugin on iOS requires the implementation of the CSSearchableIndexDelegate. Is there a way to trigger reindexAllSearchableItemsWithAcknowledgementHandler and reindexSearchableItemsWithIdentifiers. I would like to be able to trigger them so I can test them.

like image 800
combinatorial Avatar asked Sep 25 '22 22:09

combinatorial


1 Answers

The triggers are under Settings > Developer > CoreSpotlight Testing on your iOS device. You may need to start Xcode and connect the device before the option becomes visible.

like image 149
Valentin Milea Avatar answered Oct 11 '22 07:10

Valentin Milea