• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NextQuestion: Searchable Data Structures.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NextQuestion: Searchable Data Structures.


  • Subject: Re: NextQuestion: Searchable Data Structures.
  • From: Scott Stevenson <email@hidden>
  • Date: Thu, 16 Sep 2004 14:25:29 -0700


On Sep 16, 2004, at 11:46 AM, James Andrews wrote:

In the end I want to have a form that some one can say search for a
particular country, or a specific City and Photographer.  I'd rather
not use an external database if I can help it.  What are my options
for searchable data structures?

You probably need to ask a more specific question. Cocoa doesn't really differentiate between "searchable" and "non-searchable" data structures. So what you're really asking is how to implement search?


If you want a "quick search" ala iTunes, take a look at "Filtering Controller" on this page:
http://homepage.mac.com/mmalc/CocoaExamples/controllers.html


If you want to create and maintain on-disk indexes, you can look into SearchKit:
http://developer.apple.com/documentation/UserExperience/Reference/ SearchKit/


If you're app would benefit from a object-relational database model (which it sounds like it would) route without mucking with external servers or query strings, email me off-list and I can get you a late build of DataCrux to play around with.


- Scott

--
Tree House Ideas
http://treehouseideas.com/

_______________________________________________
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


References: 
 >NextQuestion: Searchable Data Structures. (From: James Andrews <email@hidden>)

  • Prev by Date: Re: Debugging System Prefpane
  • Next by Date: Re: Procedurally pop up combo box list?
  • Previous by thread: NextQuestion: Searchable Data Structures.
  • Next by thread: NSURLConnection sendSynchronousRequest forces keep-alive
  • Index(es):
    • Date
    • Thread