Thanks!  I ended up seeing that after my original post.  I knew I was
missing something.

Unfortunately that behavior does exactly what you would expect, one
query, yielding mixed results.  In other words, if I search for 'zo' my
results would be ordered ['Bozo', 'Zorro'].  I'd like for the results
to be more 'relevant'.  That is, ['Zorro', 'Bozo'], based on the
assumption that people typically search by typing in the beginning of
some word.

For now I'll end up adding lists together.  Not efficient, but it'll be
okay in the short term.


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

Reply via email to