i was wondering if there is django related solution for searching/
checking if user (django.contrib.auth + profile) exists or to retrieve
similar results?

so if i have:
search_for = request.POST['search_for']

do i split search_for and basically do sql LIKE search through table
fields or is there some other/better solution?
what about pylucene/lucene or something similar?
when to use simple sql search and when some search engine software?

Aljosa
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to