Well, still trying to solve it...maybe i found the right way to do it, but it's still in progress. If anything shows up, i'll keep you updated. Hopefully this during few days i'll solve it.
Radovan yafeng wu wrote: > > Hi, > > I got the same problem when building my website. Have you solved it? > Please let me know. > > Thanks, > > On Apr 13, 4:04 am, urukay <[email protected]> wrote: >> Hi, >> >> I'm trying to create full text search on model, everything goes fine >> when >> searching TextFields but I have a problem with ForeignKey field. >> >> How can i do that? Can anyone point me to the right direction? >> >> Thanks >> >> Model example: >> >> class Model1(models.Model): >> >> text_field =models.TextField(max_length=250) >> fek_field = models.ForeignKey('Model2') >> >> class Model2(models.Model): >> text_field = models.TextField(max_length=250) >> >> -- >> View this message in >> context:http://old.nabble.com/Django-Sphinx-Foreign-key-search-tp28219147p282... >> Sent from the django-users mailing list archive at Nabble.com. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > > -- View this message in context: http://old.nabble.com/Django-Sphinx-Foreign-key-search-tp28228784p28633986.html Sent from the django-users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

