Re: Core Data App vs. Core Data Doc-based App: which is appropriate?
Re: Core Data App vs. Core Data Doc-based App: which is appropriate?
- Subject: Re: Core Data App vs. Core Data Doc-based App: which is appropriate?
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 28 Sep 2005 13:04:05 -0700
On Sep 28, 2005, at 11:31 AM, Mark Slater wrote:
Thank you for the links, but I've read through most of them before
and I haven't found the answer to the basic question:
If I want spotlight to show each item in the program catalog as a
separate entry in the search results, do I need to use a separate
core data store for each entry?
A search matches on a per file basis...
<http://developer.apple.com/macosx/spotlight.html>
and
<http://developer.apple.com/documentation/Carbon/Conceptual/
MetadataIntro/Concepts/HowDoesItWork.html#//apple_ref/doc/uid/
TP40001847>
If I'm creating an app that has many data stores, but the UI
presents a single interface with the data from all of them, which
template is more appropriate - Core Data Application or Core Data
Document-based application?
If your application is not document-based, then the Core Data
Application...
<http://developer.apple.com/documentation/Cocoa/Conceptual/
AppArchitecture/index.html>
and
<http://developer.apple.com/documentation/Cocoa/Conceptual/Documents/
index.html>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden