On 18/01/13 02:43, Barun Saha wrote:
Puneet,

Were you able to solve this problem? I have been searching a solution
for this almost the entire day!

For the particular error that Puneet is having, I suspect that he should be using:

ModelName.objects_search(name_first="Spike")

instead of:

ModelName.objects.objects_search(name_first="Spike")

to use the manager to search for objects.

In any case, if that does not work, you might also want to try django-haystack.

--
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to