Thursday, June 30, 2011

Re: Implementing a User Search Feature

The canonical answer for search in django is probably solr,
http://lucene.apache.org/solr/ This probably covers all your search needs.

haystack, http://haystacksearch.org/ should provide an easy to use API

Stuart Mackay
Lisbon, Portugal

> Tried googling but couldn't come up with much.
> How do I implement a User Search feature? Where an individual can type
> in the first and/or last name of user and come up with results? I saw
> some things about how to search through a site, but I think this is a
> little different.
> Thank you.
>

--
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.

No comments:

Post a Comment