First of all, I'm trying to find a simple search solution that will allow me to search specific fields in a model and display the results according to their relevance (I'm using mysql). After much searching it seemed like the djangosearch app would be the best solution (but I welcome other suggestions!)
However, I'm having trouble implementing the djangosearch app found at http://code.google.com/p/djangosearch/source/browse/branches/soc-new-backends/?r=18#soc-new-backends/djangosearch. The instructions that I'm following are found at http://code.google.com/p/djangosearch/source/browse/branches/soc-new-backends/doc/README.txt?r=18. Basically, I've setup that app as instructed, and I'm running searches without any errors. However, I'm not getting any results, even for searches that I know should return something. I wasn't able to get any help from the irc, so I would appreciate if someone could take a look at my code and point me in the right direction: http://dpaste.com/82410/. Any help would be appreciated! Thanks in advance! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

