On 08/05/2010 05:22 PM, kostia wrote:
Yes, Linkedin mostly is written on Java.

Did you see its menu and the search to the right? People, Jobs,
Answers, Groups.

I would like to add something similar to this on my site.

In the end, it are all just database queries. So java or python doesn't really matter. Grab all persons having the same company names as I have: just a database query.

Search? Well, again database queries. In the linkedin example they're mostly looking for exact matches, so that's relatively straightforward. If you need more "fuzzy" searching: there are specialized databases for that.


Reinout

--
Reinout van Rees - rein...@vanrees.org - http://reinout.vanrees.org
Programmer at http://www.nelen-schuurmans.nl
"Military engineers build missiles. Civil engineers build targets"

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to