#11427: full text searching or indexer? ---------------------------+------------------------------------------------ Reporter: m4rt0g1 | Owner: nobody Status: new | Milestone: Component: Uncategorized | Version: 1.0 Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ which is the best way? in my computer is using sqlite 3 but in server using postgresSQL . and i doesnt get any way which is simplest that i can do
example: class person_data(models.Model): first_name = models.CharField(max_length=25) middle_name = models.CharField(max_length=25) last_name = models.CharField(max_length=25) age = models.IntegerField(default=17) i want to search base on 1 form field and it could search whether the result come from first or middle or last or age? like yahoo mail search. please help me... thanks ... you can reply my message into craker_devi...@yahoo.com -- Ticket URL: <http://code.djangoproject.com/ticket/11427> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to django-updates@googlegroups.com To unsubscribe from this group, send email to django-updates+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---