﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
11427	full text searching or indexer?	m4rt0g1	nobody	"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_devil84@yahoo.com"		closed	Uncategorized	1.0		invalid			Unreviewed	0	0	0	0	0	0
