Hi,
I'm trying to write a search to search through my models but i have a
feeling i'm doing it the wrong way.
The search string is almost always many words long. So i split the search
string into individual words.

I need to search and find records that contain all the words searched.
I don't know how to auto generate Q objects, so i tried to auto generate the
SQL and do a search like:

results = Profile.objects.extra (where=[generate_code(**params)] )

the code i generate with the generate_code() method has percent (%) signs (
i.e. WHERE details LIKE '%string%' ) but django thinks i'm trying to pass
other parameters.

I have a feeling I'm doing this the wrong way? has any one done something
like this before

-- 

Happy day

-------------
Brian

--~--~---------~--~----~------------~-------~--~----~
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