Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a limit for number of items (CSSearchableItem) in Core Spotlight CSSearchableIndex in iOS 9?

I have around 110,000 entries (CSSearchableItem) that I want to index into iOS 9 Spotlight Search results. However I only managed to show around 30,000 items. The rest was never indexed / appeared when I do the search. So I'm not really sure if there's a limit for an app to to index its entries into the system.

Thanks.

like image 736
thkeen Avatar asked Feb 09 '16 04:02

thkeen


1 Answers

There shouldn't be any limit for your CSSearchableItem. Are you sure that every item has added? I suggest:

  • check the completion block when you add your items for see if you have some errors.
  • check this beautiful post, maybe you did a simple error.
like image 126
Massimo Polimeni Avatar answered Sep 19 '22 13:09

Massimo Polimeni