Re: Linkedin Search
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 - reinout@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-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home