What I would probably do in that situation is setup Whoosh and django-haystack. Then use Haystack's EdgeNgramField on your user model's firstname and lastname.
On Thu, Jun 27, 2013 at 4:33 PM, Harjot Mann <harjotmann1...@gmail.com>wrote: > On Thu, Jun 27, 2013 at 1:16 PM, Peith Vergil <peith.ver...@gmail.com> > wrote: > > Try using django-haystack. It's a nice Django app, very easy to use, and > > with good documentation: > http://django-haystack.readthedocs.org/en/latest/. > > It provides a QuerySet like API for several search engine backends. It > works > > with Solr, ElasticSearch, Whoosh, Xapian, etc. > > > Look I have a project called Automation software in which search is > already working but when we are searching for a name like hardeep it > shows only that clients which have this name but hardeep can also be > as hardip so i want that it displays all the clients with both the > names. > > -- > Harjot Kaur Mann > Blog: http://harjotmann.wordpress.com/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at http://groups.google.com/group/django-users. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.