I'm trying to find a simple search solution for django that will allow
me to sort the results by relevance (in this case, I'm using MySQL).
I've been told that djangosearch and django-search aren't very stable
at the moment, and django-sphinx is a little too complicated for my
needs right now, so I was hoping someone could help me to figure out
other options that would allow for this.  I really like the simplicity
of the search function found at 
http://www.julienphalip.com/blog/2008/08/16/adding-search-django-site-snap/
but it doesn't allow you to sort by relevance.  The article at
http://www.mercurytide.co.uk/whitepapers/django-full-text-search/
seemed promising, but the code is 2 years old, and I can't get it to
run without errors (i fixed backend.quote_name, but see 
http://dpaste.com/82398/).

Can anyone offer other solutions, or show how I can make one of the
previous articles work?  Thanks!
--~--~---------~--~----~------------~-------~--~----~
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