corespotlight Questions
3
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 ...
Iorgos asked 9/2, 2016 at 4:58
8
Solved
I am trying to use core spotlight to open a view controller from the spotlight search results.
- (BOOL)application:(UIApplication *)application continueUserActivity:(NSUserActivity *)userActivity ...
Anana asked 20/9, 2015 at 10:0
2
I have created a Spotlight extension in iOS and want to debug it. However, since the Spotlight index is controlled by iOS I don't know which app will trigger an indexing run. I tried Safari but to ...
Bounder asked 11/8, 2016 at 23:24
1
I am trying to get some data back from Core Spotlight which I am storing using a custom attribute key. Tested this on macOS and iOS as well, the result is always the same.
My test class:
import C...
Cave asked 26/7, 2018 at 15:32
2
Solved
I'm trying to build a test app that uses CoreSpotlight to make content searchable in iOS Spotlight. Currently I have it setup to whenever the user taps a refresh button it makes a server request th...
Spacecraft asked 22/5, 2017 at 0:48
1
As mentioned at WWDC, iOS 11 should have support to index CoreData so that it is searchable via Spotlight. This is the WWDC presentation:
https://developer.apple.com/videos/play/wwdc2017/210/
Howev...
Janeanjaneczka asked 10/8, 2017 at 20:35
0
I indexed the content of my app so that I can search for it in spotlight and also can continue the search inside the app. With iOS 10 it is working, with iOS 11 it doesn't seem to work neither on m...
Dibri asked 23/6, 2017 at 10:21
1
Solved
CoreSpotlight example:
https://applidium.com/en/news/ios9_search_api/
Spotlight Index Extension example:
http://apprize.info/apple/ios_9/53.html
Could you explain the difference between these 2...
Decisive asked 1/8, 2016 at 13:18
6
Is there an example code for corespotlight search feature - iOS 9 API? Really appreciate if can look at sample code to implement/test.
Dunn asked 26/6, 2015 at 0:37
1
In the Mail app or in the Messages app you can search for the content of any message using the Core Spotlight search. Also I can see OneNote doing this, so it should be available in APIs.
However,...
Saurian asked 25/7, 2016 at 12:59
1
I am starting to use Core Spotlight to index items in my app. As I figured it would, the app crashes on my device, but not the simulator, because I have 2000+ items to index. I noticed I start gett...
Ultra asked 13/6, 2016 at 23:34
2
Solved
I added Web Markup to my website so items will appear in Spotlight Search results when users search in iOS 9. Users can browse the same items in the app, therefore I want to create NSUserActivity o...
Clunk asked 24/12, 2015 at 21:27
1
Solved
I integrate CoreSpotlight in my app. I want that user will find need information in spotlight search and after user will open this information in spotlight information opens in DetailViewController...
Skerrick asked 8/10, 2015 at 10:0
3
Solved
I have an app that uses Core Spotlight to index the app content. The application also uses Core Data, and when creating a NSManagedObject the details of the object are used for the CSSearchableItem...
Limewater asked 8/12, 2015 at 20:38
0
I'm building an app that uses CSSearchableItemAttributeSet with NSUserActivity in order to add items to the Spotlight Search index. The items I'm indexing are emojis, which consist of the emoji cha...
Britska asked 24/12, 2015 at 21:43
2
I am trying to using CoreSpotlight API in application , I have plist file which has a several items on it for example animals' name . So I need to set title string equal to on of those object , for...
Chock asked 30/10, 2015 at 19:48
2
Solved
I have Core Spotlight set up in my app. I navigate to a specific view controller within a navigation controller that displays a webview webpage based on the title. So for example:
- (BOOL)applicat...
Monney asked 27/8, 2015 at 0:44
1
Solved
Hi I'm trying to implement CoreSpotlight in my app.
When indexing do I need to run this every time or is it sufficient to run this once when app is installed for the first time?
If app is deleted ...
Estop asked 11/7, 2015 at 9:42
1
I am trying to make my in app content searchable with help of Core Spotlight. Everything works great, title and description comes but without thumbnail.
here is what I am trying:
CSSearchableIte...
Illusionary asked 15/6, 2015 at 1:24
1
© 2022 - 2024 — McMap. All rights reserved.